Dazzle.ShortcutThemeEditor¶
- Subclasses:
None
Methods¶
- Inherited:
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:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
The theme for editing |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Name |
Short Description |
---|---|
The “changed” signal is emitted when one of the rows within the editor has been changed. |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Dazzle.ShortcutThemeEditor(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- get_theme()¶
- Returns:
An
Dazzle.ShortcutTheme
orNone
- Return type:
Gets the shortcut theme if one hsa been set.
- set_theme(theme)¶
- Parameters:
theme (
Dazzle.ShortcutTheme
) –
Signal Details¶
- Dazzle.ShortcutThemeEditor.signals.changed(shortcut_theme_editor)¶
- Signal Name:
changed
- Flags:
- Parameters:
shortcut_theme_editor (
Dazzle.ShortcutThemeEditor
) – The object which received the signal
The “changed” signal is emitted when one of the rows within the editor has been changed.
You might want to use this signal to save your theme changes to your configured storage backend.
Property Details¶
- Dazzle.ShortcutThemeEditor.props.theme¶
- Name:
theme
- Type:
- Default Value:
- Flags:
The theme for editing