Package: gtk

GEnum gtk:shortcut-scope

Declaration

(gobject:define-genum "GtkShortcutScope" shortcut-scope
  (:export t
   :type-initializer "gtk_shortcut_scope_get_type")
  :local
  :managed
  :global)  

Values

:local
Shortcuts are handled inside the widget the controller belongs to.
:managed
Shortcuts are handled by the first ancestor that is a gtk:shortcut-manager object.
:global
Shortcuts are handled by the root widget.

Details

Describes where gtk:shortcut objects added to the gtk:shortcut-controller object get handled.
 

See also

2023-7-23