Method
GtkColorSelectionDialogget_color_selection
since: 2.14
Declaration [src]
GtkWidget*
gtk_color_selection_dialog_get_color_selection (
GtkColorSelectionDialog* colorsel
)
Description [src]
Retrieves the GtkColorSelection
widget embedded in the dialog.
Available since: 2.14
Gets property | Gtk.ColorSelectionDialog:color-selection |
Return value
Type: GtkWidget
The embedded GtkColorSelection
.
The returned data is owned by the instance. |