RGtk2 (version 2.20.31)

GtkColorSelectionDialog: GtkColorSelectionDialog

Description

A standard dialog box for selecting a color

Arguments

Methods and Functions

gtkColorSelectionDialogNew(title = NULL, show = TRUE) gtkColorSelectionDialogGetColorSelection(object) 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".

Structures

Convenient Construction

gtkColorSelectionDialog is the equivalent of gtkColorSelectionDialogNew.

Properties

cancel-button [GtkWidget : * : Read]
The cancel button of the dialog.
color-selection [GtkWidget : * : Read]
The color selection embedded in the dialog.
help-button [GtkWidget : * : Read]
The help button of the dialog.
ok-button [GtkWidget : * : Read]
The OK button of the dialog.

References

http://library.gnome.org/devel//gtk/GtkColorSelectionDialog.html