Class

GimpUiColorHexEntry

[]

Description [src]

final class GimpUi.ColorHexEntry : Gtk.Entry {
  /* No available fields */
}

Widget for entering a color’s hex triplet. The syntax follows CSS and SVG specifications, which means that only sRGB colors are supported.

[]

Hierarchy

hierarchy this GimpColorHexEntry implements_0 AtkImplementorIface this--implements_0 implements_1 GtkBuildable this--implements_1 implements_2 GtkCellEditable this--implements_2 implements_3 GtkEditable this--implements_3 ancestor_0 GtkEntry ancestor_0--this ancestor_1 GtkWidget ancestor_1--ancestor_0 ancestor_2 GInitiallyUnowned ancestor_2--ancestor_1 ancestor_3 GObject ancestor_3--ancestor_2
[]

Constructors

gimp_color_hex_entry_new
No description available.

since: 2.2

[]

Instance methods

gimp_color_hex_entry_get_color

Retrieves the color value displayed by a GimpColorHexEntry.

since: 2.2

gimp_color_hex_entry_set_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

Methods inherited from GtkEntry (74)
Methods inherited from GtkWidget (263)
Methods inherited from GObject (43)
Methods inherited from GtkBuildable (10)
Methods inherited from GtkCellEditable (3)
Methods inherited from GtkEditable (13)
[]

Properties

Properties inherited from GtkEntry (51)
Properties inherited from GtkWidget (39)
Properties inherited from GtkCellEditable (1)
[]

Signals

GimpUi.ColorHexEntry::color-changed
No description available.

Signals inherited from GtkEntry (14)
Signals inherited from GtkWidget (69)
Signals inherited from GObject (1)
Signals inherited from GtkCellEditable (2)
Signals inherited from GtkEditable (3)

Class structure