LabelColor
Object Hierarchy:
Description:
[
CCode ( type_id =
"gimp_label_color_get_type ()" ) ]
public class LabelColor :
Labeled,
Implementor,
Buildable,
Orientable
This widget is a subclass of Labeled with a GtkColor.
Content:
Properties:
Creation methods:
Methods:
- public unowned Widget get_color_widget ()
This function returns the color widget packed in
this, which can be either a ColorButton (if the
this is editable) or a ColorArea otherwise.
- public Color get_value ()
This function returns the value shown by
this.
- public bool is_editable ()
This function tells whether the color widget allows to edit the color.
- public void set_editable (bool editable)
Changes the editability of the color.
- public void set_value (Color value)
This function sets the value in the GtkColor inside
this.
Signals:
Inherited Members:
All known members inherited from class GimpUi.Labeled
All known members inherited from class Gtk.Grid
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable