![]() |
![]() |
![]() |
GIMP Widgets Library Reference Manual | ![]() |
---|---|---|---|---|
GimpColorHexEntry; GtkWidget* gimp_color_hex_entry_new (void); void gimp_color_hex_entry_set_color (GimpColorHexEntry *entry, const GimpRGB *color); void gimp_color_hex_entry_get_color (GimpColorHexEntry *entry, GimpRGB *color);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkEntry +----GimpColorHexEntry
GimpColorHexEntry implements AtkImplementorIface, GtkEditable and GtkCellEditable.
"color-changed" void user_function (GimpColorHexEntry *gimpcolorhexentry, gpointer user_data) : Run first
GtkWidget* gimp_color_hex_entry_new (void);
Returns : | a new GimpColorHexEntry widget |
Since GIMP 2.2
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.
entry : |
a GimpColorHexEntry widget |
color : |
pointer to a GimpRGB |
Since GIMP 2.2
void gimp_color_hex_entry_get_color (GimpColorHexEntry *entry, GimpRGB *color);
Retrieves the color value displayed by a GimpColorHexEntry.
entry : |
a GimpColorHexEntry widget |
color : |
pointer to a GimpRGB |
Since GIMP 2.2
void user_function (GimpColorHexEntry *gimpcolorhexentry, gpointer user_data) : Run first
gimpcolorhexentry : |
the object which received the signal. |
user_data : |
user data set when the signal handler was connected. |