Learn R Programming

RGtk2 (version 2.12.17)

GtkColorSelection: GtkColorSelection

Description

A widget used to select a color

Arguments

Methods and Functions

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)

Hierarchy

GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GtkColorSelection

Interfaces

GtkColorSelection implements AtkImplementorIface and GtkBuildable.

Detailed Description

The 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.

Convenient Construction

gtkColorSelection is the equivalent of gtkColorSelectionNew.

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkColorSelection.html