| Top | Home | Up | Prev | Next |
GimpColorHexEntry
GimpColorHexEntry — Widget for entering a color's hex triplet.
Functions
Signals
void
color-changed
Run First
Types and Values
Object Hierarchy
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkEntry ╰── GimpColorHexEntry
Implemented Interfaces
GimpColorHexEntry implements AtkImplementorIface, GtkBuildable, GtkEditable and GtkCellEditable.
Description
Widget for entering a color's hex triplet.
Functions
gimp_color_hex_entry_new ()
GtkWidget *
gimp_color_hex_entry_new (void);
Returns
a new GimpColorHexEntry widget
Since: 2.2
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.
Parameters
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.
Parameters
Since: 2.2
Types and Values
GimpColorHexEntry
typedef struct _GimpColorHexEntry GimpColorHexEntry;
Signal Details
The "color-changed" signal
void user_function (GimpColorHexEntry *gimpcolorhexentry, gpointer user_data)
Flags: Run First
Generated by GTK-Doc V1.33.1