Variable: GtkShortcutsSection
constGtkShortcutsSection:"GtkShortcutsSection"
Defined in: generated/jsx.ts:19394
A GtkShortcutsSection collects all the keyboard shortcuts and gestures
for a major application mode.
If your application needs multiple sections, you should give each section a unique Gtk.ShortcutsSection.section-name and a Gtk.ShortcutsSection.title that can be shown in the section selector of the Gtk.ShortcutsWindow.
The Gtk.ShortcutsSection.max-height property can be used to influence how the groups in the section are distributed over pages and columns.
This widget is only meant to be used with Gtk.ShortcutsWindow.
The recommended way to construct a GtkShortcutsSection is with
Gtk.Builder, by using the <child> tag to populate a
GtkShortcutsSection with one or more Gtk.ShortcutsGroup
instances, which in turn contain one or more Gtk.ShortcutsShortcut
objects.
If you need to add a group programmatically, use Gtk.ShortcutsSection.add_group.
Shortcuts and Gestures
Pan gestures allow to navigate between sections.
The following signals have default keybindings:
- Gtk.ShortcutsSection.:change-current-page