Learn R Programming

RGtk2 (version 2.12.17)

GtkColorSelectionDialog: GtkColorSelectionDialog

Description

A standard dialog box for selecting a color

Arguments

Methods and Functions

gtkColorSelectionDialogNew(title = NULL, show = TRUE) gtkColorSelectionDialog(title = NULL, show = TRUE)

Hierarchy

GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GtkColorSelectionDialog

Interfaces

GtkColorSelectionDialog implements AtkImplementorIface and GtkBuildable.

Detailed Description

The GtkColorSelectionDialog provides a standard dialog which allows the user to select a color much like the GtkFileSelection provides a standard dialog for file selection.

GtkColorSelectionDialog as GtkBuildable

The GtkColorSelectionDialog implementation of the GtkBuildable interface exposes the embedded GtkColorSelection as internal child with the name "color_selection". It also exposes the buttons with the names "ok_button", "cancel_button" and "help_button".

Convenient Construction

gtkColorSelectionDialog is the equivalent of gtkColorSelectionDialogNew.

References

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