gtkColorSelectionNew(show = TRUE)
gtkColorSelectionSetUpdatePolicy(object, policy)
gtkColorSelectionSetHasOpacityControl(object, has.opacity)
gtkColorSelectionGetHasOpacityControl(object)
gtkColorSelectionSetHasPalette(object, has.palette)
gtkColorSelectionGetHasPalette(object)
gtkColorSelectionGetCurrentAlpha(object)
gtkColorSelectionSetCurrentAlpha(object, alpha)
gtkColorSelectionGetCurrentColor(object)
gtkColorSelectionSetCurrentColor(object, color)
gtkColorSelectionGetPreviousAlpha(object)
gtkColorSelectionSetPreviousAlpha(object, alpha)
gtkColorSelectionGetPreviousColor(object, color)
gtkColorSelectionSetPreviousColor(object, color)
gtkColorSelectionIsAdjusting(object)
gtkColorSelectionPaletteFromString(str)
gtkColorSelectionPaletteToString(colors)
gtkColorSelectionSetChangePaletteHook(func)
gtkColorSelectionSetChangePaletteWithScreenHook(func)
gtkColorSelectionSetColor(object, color)
gtkColorSelectionGetColor(object)
gtkColorSelection(show = TRUE)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GtkColorSelection
GtkBuildable
and GtkOrientable
.GtkColorSelection
is a widget that is used to select
a color. It consists of a color wheel and number of sliders
and entry boxes for color parameters such as hue, saturation,
value, red, green, blue, and opacity. It is found on the standard
color selection dialog box GtkColorSelectionDialog
.gtkColorSelection
is the equivalent of gtkColorSelectionNew
.GtkColorSelectionChangePaletteFunc()
GtkColorSelectionChangePaletteWithScreenFunc()
current-alpha
[numeric : Read / Write]current-color
[GdkColor
: * : Read / Write]has-opacity-control
[logical : Read / Write]has-palette
[logical : Read / Write]