GtkShortcutScope

Describes where GtkShortcuts added to a GtkShortcutController get handled.

Values

ValueMeaning
LOCAL0

Shortcuts are handled inside the widget the controller belongs to.

MANAGED1

Shortcuts are handled by the first ancestor that is a #GtkShortcutManager

GLOBAL2

Shortcuts are handled by the root widget.

Meta