Dazzle.ShortcutsWindow¶
- Subclasses:
None
Methods¶
Virtual Methods¶
- Inherited:
Gtk.Window (5), Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)
|
|
|
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Section Name |
||
r/w |
View Name |
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Name |
Short Description |
---|---|
The |
|
The |
Fields¶
- Inherited:
Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Name |
Type |
Access |
Description |
---|---|---|---|
window |
r |
Class Details¶
Signal Details¶
- Dazzle.ShortcutsWindow.signals.close(shortcuts_window)¶
- Signal Name:
close
- Flags:
- Parameters:
shortcuts_window (
Dazzle.ShortcutsWindow
) – The object which received the signal
The
::close
signal is akeybinding signal
which gets emitted when the user uses a keybinding to close the window.The default binding for this signal is the Escape key.
- Dazzle.ShortcutsWindow.signals.search(shortcuts_window)¶
- Signal Name:
search
- Flags:
- Parameters:
shortcuts_window (
Dazzle.ShortcutsWindow
) – The object which received the signal
The
::search
signal is akeybinding signal
which gets emitted when the user uses a keybinding to start a search.The default binding for this signal is Control-F.
Property Details¶
- Dazzle.ShortcutsWindow.props.section_name¶
-
The name of the section to show.
This should be the section-name of one of the
Dazzle.ShortcutsSection
objects that are in this shortcuts window.
- Dazzle.ShortcutsWindow.props.view_name¶
-
The view name by which to filter the contents.
This should correspond to the
Dazzle.ShortcutsGroup
:view
property of some of theDazzle.ShortcutsGroup
objects that are inside this shortcuts window.Set this to
None
to show all groups.