Top |
Functions
GtkWidget * | gimp_color_hex_entry_new () |
void | gimp_color_hex_entry_set_color () |
void | gimp_color_hex_entry_get_color () |
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkEntry ╰── GimpColorHexEntry
Implemented Interfaces
GimpColorHexEntry implements AtkImplementorIface, GtkBuildable, GtkEditable and GtkCellEditable.
Functions
gimp_color_hex_entry_set_color ()
void gimp_color_hex_entry_set_color (GimpColorHexEntry *entry
,const GimpRGB *color
);
Sets the color displayed by a GimpColorHexEntry. If the new color is different to the previously set color, the "color-changed" signal is emitted.
Since: 2.2
gimp_color_hex_entry_get_color ()
void gimp_color_hex_entry_get_color (GimpColorHexEntry *entry
,GimpRGB *color
);
Retrieves the color value displayed by a GimpColorHexEntry.
Since: 2.2
Signal Details
The “color-changed”
signal
void user_function (GimpColorHexEntry *gimpcolorhexentry, gpointer user_data)
Flags: Run First