Module: Gtk::ShortcutScope
- Defined in:
- (unknown)
Constant Summary collapse
- LOCAL =
Shortcuts are handled inside the widget the controller belongs to.
0 or :local
- MANAGED =
Shortcuts are handled by the first ancestor that is a [ifaceShortcutManager]
1 or :managed
- GLOBAL =
Shortcuts are handled by the root widget.
2 or :global