GtkColorSelectionDialog {RGtk2} | R Documentation |
A standard dialog box for selecting a color
gtkColorSelectionDialogNew(title = NULL, show = TRUE)
gtkColorSelectionDialog(title = NULL, show = TRUE)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GtkColorSelectionDialog
GtkColorSelectionDialog implements
GtkBuildable
and AtkImplementorIface.
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.
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".
GtkColorSelectionDialog
GtkColorSelectionDialog
struct contains the following fields.
(These fields should be considered read-only. They should never be set by
an application.)
GtkWidget *colorsel; | The GtkColorSelection widget contained within the dialog. Use this widget and its gtkColorSelectionGetCurrentColor function to gain access to the selected color. Connect a handler for this widget's color_changed signal to be notified when the color changes. |
GtkWidget *ok_button; | The OK button widget contained within the dialog. Connect a handler for the clicked event. |
GtkWidget *cancel_button; | The cancel button widget contained within the dialog. Connect a handler for the clicked event. |
GtkWidget *help_button; | The help button widget contained within the dialog. Connect a handler for the clicked event. |
gtkColorSelectionDialog
is the equivalent of gtkColorSelectionDialogNew
.
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkColorSelectionDialog.html