enum Gtk::ShortcutScope
Overview
Describes where #Shortcut
s added to a
#ShortcutController
get handled.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
Local =
0_u32
-
Shortcuts are handled inside the widget the controller belongs to.
-
Managed =
1_u32
-
Shortcuts are handled by the first ancestor that is a
#ShortcutManager
-
Global =
2_u32
-
Shortcuts are handled by the root widget.
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.