The cancel-button property of type gtk:widget (Read) The Cancel button of the dialog.
color-selection
The color-selection property of type gtk:widget (Read) The color selection embedded in the dialog.
help-button
The help-button property of type gtk:widget (Read) The Help button of the dialog.
ok-button
The ok-button property of type gtk:widget (Read) The Ok button of the dialog.
Details
The gtk:color-selection-dialog widget provides a standard dialog
which allows the user to select a color much like the gtk:file-chooser-dialog widget provides a standard dialog for file
selection.
The gtk:color-selection-dialog implementation of the gtk:buildable interface exposes the embedded gtk:color-selection widget as internal child with the name color_selection. It also exposes the buttons with the names ok_button, cancel_button and help_button.