Gtk.ColorSelectionDialog¶
- 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)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Gtk.Dialog (1), Gtk.Window (33), Gtk.Container (3), Gtk.Widget (39)
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
The cancel button of the dialog. |
||
r |
The color selection embedded in the dialog. |
||
r |
The help button of the dialog. |
||
r |
The OK button of the dialog. |
Style Properties¶
- Inherited:
Signals¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Gtk.ColorSelectionDialog(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(title)[source]¶
- Parameters:
title (
str
) – a string containing the title text for the dialog.- Returns:
- Return type:
Creates a new
Gtk.ColorSelectionDialog
.
- get_color_selection()[source]¶
- Returns:
the embedded
Gtk.ColorSelection
- Return type:
Retrieves the
Gtk.ColorSelection
widget embedded in the dialog.New in version 2.14.
Property Details¶
- Gtk.ColorSelectionDialog.props.cancel_button¶
- Name:
cancel-button
- Type:
- Default Value:
- Flags:
The cancel button of the dialog.
- Gtk.ColorSelectionDialog.props.color_selection¶
- Name:
color-selection
- Type:
- Default Value:
- Flags:
The color selection embedded in the dialog.
- Gtk.ColorSelectionDialog.props.help_button¶
- Name:
help-button
- Type:
- Default Value:
- Flags:
The help button of the dialog.
- Gtk.ColorSelectionDialog.props.ok_button¶
- Name:
ok-button
- Type:
- Default Value:
- Flags:
The OK button of the dialog.