GtkColorButton: GtkColorButton
Description
A button to launch a color selection dialogHierarchy
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkButton
+----GtkColorButtonDetailed Description
The GtkColorButton
is a button which displays the currently selected color
an allows to open a color selection dialog to change the color. It is suitable
widget for selecting a color in a preference dialog.Convenient Construction
gtkColorButton
is the result of collapsing the constructors of GtkColorButton
(gtkColorButtonNew
, gtkColorButtonNewWithColor
) and accepts a subset of its arguments matching the required arguments of one of its delegate constructors.References
http://library.gnome.org/devel//gtk/GtkColorButton.html