API Version: 4.0
Library Version: 4.2.0
enum Gtk.ShortcutScope
Describes where GtkShortcuts added to a GtkShortcutController get handled.
GtkShortcut
GtkShortcutController
GTK_SHORTCUT_SCOPE_LOCAL
Shortcuts are handled inside the widget the controller belongs to.
GTK_SHORTCUT_SCOPE_MANAGED
Shortcuts are handled by the first ancestor that is a GtkShortcutManager
GtkShortcutManager
GTK_SHORTCUT_SCOPE_GLOBAL
Shortcuts are handled by the root widget.