Creates a new gtk.color_chooser_dialog.ColorChooserDialog.
Adds a palette to the color chooser.
Gets the currently-selected color.
Returns whether the color chooser shows the alpha channel.
Sets the color.
Sets whether or not the color chooser should use the alpha channel.
Connect to ColorActivated signal.
Adds an activatable widget to the action area of a gtk.dialog.Dialog.
Adds a button with the given text.
Returns the content area of dialog.
Returns the header bar of dialog.
Gets the response id of a widget in the action area of a dialog.
Gets the widget button that uses the given response ID in the action area of a dialog.
Emits the ::response signal with the given response ID.
Sets the default widget for the dialog based on the response ID.
A convenient way to sensitize/desensitize dialog buttons.
Connect to Close signal.
Connect to Response signal.
Adds a palette to the color chooser.
Gets the currently-selected color.
Returns whether the color chooser shows the alpha channel.
Sets the color.
Sets whether or not the color chooser should use the alpha channel.
Connect to ColorActivated signal.
Deprecated: Use gtk.color_dialog.ColorDialog instead
A dialog for choosing a color.
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.