gtk.color_chooser_dialog
Module for ColorChooserDialog class
Types 3
A dialog for choosing a color.
!An example GtkColorChooserDialog
gtk.color_chooser_dialog.ColorChooserDialog implements the gtk.color_chooser.ColorChooser interface and does not provide much API of its own.
To create a gtk.color_chooser_dialog.ColorChooserDialog, use gtk.color_chooser_dialog.ColorChooserDialog.new_.
To change the initially selected color, use gtk.color_chooser.ColorChooser.setRgba. To get the selected color use gtk.color_chooser.ColorChooser.getRgba.
gtk.color_chooser_dialog.ColorChooserDialog has been deprecated in favor of gtk.color_dialog.ColorDialog.
CSS nodes
gtk.color_chooser_dialog.ColorChooserDialog has a single CSS node with the name window and style class .colorchooser.
Deprecated
ColorChooserDialog self()Returns `this`, for use in `with` statements.ColorChooserDialogGidBuilder builder()Get builder for [gtk.color_chooser_dialog.ColorChooserDialog] Returns: New builder objectbool showEditor() @propertyvoid showEditor(bool propval) @propertythis(string title = null, gtk.window.Window parent = null)Creates a new [gtk.color_chooser_dialog.ColorChooserDialog].Fluent builder implementation template for gtk.color_chooser_dialog.ColorChooserDialog
T showEditor(bool propval)Fluent builder for gtk.color_chooser_dialog.ColorChooserDialog
ColorChooserDialog build()Create object from builder. Returns: New object