Gtk2::ClutterUtil.3pm

Langue: en

Version: 2008-07-23 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Gtk2::ClutterUtil

DESCRIPTION

A set of utility calls for retrieving theme colors from a Gtk2::Widget in a form understandable by Clutter.

METHODS


color = $widget->get_base_clutter_color ($state)


color = $widget->get_base_clutter_color ($state)

$state (Gtk2::StateType)

color = $widget->get_bg_clutter_color ($state)


color = $widget->get_bg_clutter_color ($state)

$state (Gtk2::StateType)

color = $widget->get_fg_clutter_color ($state)


color = $widget->get_fg_clutter_color ($state)

$state (Gtk2::StateType)

color = $widget->get_text_clutter_color ($state)


color = $widget->get_text_clutter_color ($state)

$state (Gtk2::StateType)

ENUMS AND FLAGS


enum Gtk2::StateType

'normal' / 'GTK_STATE_NORMAL'
'active' / 'GTK_STATE_ACTIVE'
'prelight' / 'GTK_STATE_PRELIGHT'
'selected' / 'GTK_STATE_SELECTED'
'insensitive' / 'GTK_STATE_INSENSITIVE'

SEE ALSO

Clutter Copyright (C) 2006 OpenedHand Ltd.

This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Library version 2.1, or under the terms of the Artistic License. See Clutter for the full copyright notice.