Gtk.ColorChooserDialog - Classes - Gtk 3.0 (original) (raw)
g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable Gtk.ColorChooser Gtk.ColorChooser GObject.GInterface->Gtk.ColorChooser GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.Bin Gtk.Bin Gtk.Window Gtk.Window Gtk.Bin->Gtk.Window Gtk.Buildable->Gtk.Widget Gtk.ColorChooserDialog Gtk.ColorChooserDialog Gtk.ColorChooser->Gtk.ColorChooserDialog Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.Dialog Gtk.Dialog Gtk.Dialog->Gtk.ColorChooserDialog Gtk.Widget->Gtk.Container Gtk.Window->Gtk.Dialog
Example¶
Subclasses:
None
Methods¶
Inherited:
Gtk.Dialog (14), Gtk.Window (119), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.ColorChooser (5)
Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class | new (title, parent) |
---|
Virtual Methods¶
Inherited:
Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10), Gtk.ColorChooser (4)
Properties¶
Inherited:
Gtk.Dialog (1), Gtk.Window (33), Gtk.Container (3), Gtk.Widget (39), Gtk.ColorChooser (2)
Name | Type | Flags | Short Description |
---|---|---|---|
show-editor | bool | r/w | Show editor |
Style Properties¶
Inherited:
Gtk.Dialog (4), Gtk.Window (2), Gtk.Widget (17)
Signals¶
Inherited:
Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1), Gtk.ColorChooser (1)
Fields¶
Inherited:
Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1), Gtk.ColorChooser (1)
Name | Type | Access | Description |
---|---|---|---|
parent_instance | Gtk.Dialog | r |
Class Details¶
class Gtk.ColorChooserDialog(*args, **kwargs)¶
Bases:
Abstract:
No
Structure:
The Gtk.ColorChooserDialog widget is a dialog for choosing a color. It implements the Gtk.ColorChooser interface.
New in version 3.4.
classmethod new(title, parent)[source]¶
Parameters:
- title (str or None) – Title of the dialog, or None
- parent (Gtk.Window or None) – Transient parent of the dialog, or None
Returns:
a new Gtk.ColorChooserDialog
Return type:
Creates a new Gtk.ColorChooserDialog.
New in version 3.4.
Property Details¶
Gtk.ColorChooserDialog.props.show_editor¶
Name:
show-editor
Type:
Default Value:
Flags:
Show editor