gtkColorSelectionDialogNew(title = NULL, show = TRUE)
gtkColorSelectionDialogGetColorSelection(object)
gtkColorSelectionDialog(title = NULL, show = TRUE)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GtkColorSelectionDialog
GtkBuildable
.GtkColorSelectionDialog
provides a standard dialog which
allows the user to select a color much like the GtkFileSelection
provides a standard dialog for file selection.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
is the equivalent of gtkColorSelectionDialogNew
.