ShortcutScope
Description:
[ CCode ( cprefix = "GTK_SHORTCUT_SCOPE_" , type_id = "gtk_shortcut_scope_get_type ()" ) ]
public enum ShortcutScope
Describes where [class@Shortcut]s added to a [class@ShortcutController] get handled.
Content:
Enum values:
- GLOBAL - Shortcuts are handled by the
root widget.
- LOCAL - Shortcuts are handled inside the
widget the controller belongs to.
- MANAGED - Shortcuts are handled by the
first ancestor that is a [iface@ShortcutManager]