ColorChooserDialog

Deprecated since version 4.10: Use ColorDialog instead

class ColorChooserDialog(*args, **kwargs)

Superclasses: Dialog, Window, Widget, InitiallyUnowned, Object

Implemented Interfaces: Accessible, Buildable, ColorChooser, ConstraintTarget, Native, Root, ShortcutManager

Constructors:

ColorChooserDialog(**properties)
new(title:str=None, parent:Gtk.Window=None) -> Gtk.Widget

Constructors

class ColorChooserDialog
classmethod new(title: str | None = None, parent: Window | None = None) Widget

Creates a new GtkColorChooserDialog.

Deprecated since version 4.10: Use ColorDialog instead

Parameters:
  • title – Title of the dialog

  • parent – Transient parent of the dialog

Properties

class ColorChooserDialog
props.show_editor: bool