Synopsis
#include <gtk/gtk.h>
GtkColorSelectionDialog;
GtkWidget* gtk_color_selection_dialog_new (const gchar *title);
GtkWidget* gtk_color_selection_dialog_get_color_selection
(GtkColorSelectionDialog *colorsel);
Object Hierarchy
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----GtkDialog
+----GtkColorSelectionDialog
Properties"cancel-button" GtkWidget* : Read "color-selection" GtkWidget* : Read "help-button" GtkWidget* : Read "ok-button" GtkWidget* : Read DescriptionThe 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 GtkBuildableThe 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". DetailsGtkColorSelectionDialogtypedef struct _GtkColorSelectionDialog GtkColorSelectionDialog; The GtkColorSelectionDialog struct contains the following fields. (These fields should be considered read-only. They should never be set by an application.)
gtk_color_selection_dialog_new ()GtkWidget* gtk_color_selection_dialog_new (const gchar *title); Creates a new GtkColorSelectionDialog.
gtk_color_selection_dialog_get_color_selection ()GtkWidget* gtk_color_selection_dialog_get_color_selection (GtkColorSelectionDialog *colorsel); Retrieves the GtkColorSelection widget embedded in the dialog.
Since 2.14 Property DetailsThe
| ||||||||||||||||||||||||||