Package: gtk

Enum gtk-shortcut-type

Details

gtk-shortcut-type specifies the kind of shortcut that is being described. More values may be added to this enumeration over time. Since 3.20
(define-g-enum "GtkShortcutType" gtk-shortcut-type
  (:export t
   :type-initializer "gtk_shortcut_type_get_type")
  :accelerator
  :gesture-pinch
  :gesture-stretch
  :gesture-rotate-clockwise
  :gesture-rotate-conterclockwise
  :gesture-two-finger-swipe-left
  :gesture-two-finger-swipe-right
  :gesture)  
:accelerator
The shortcut is a keyboard accelerator. The accelerator property will be used.
:gesture-pinch
The shortcut is a pinch gesture. GTK+ provides an icon and subtitle.
:gesture-stretch
The shortcut is a stretch gesture. GTK+ provides an icon and subtitle.
:gesture-rotate-clockwise
The shortcut is a clockwise rotation gesture. GTK+ provides an icon and subtitle.
:gesture-rotate-counter-clockwise
The shortcut is a counterclockwise rotation gesture. GTK+ provides an icon and subtitle.
:gesture-two-finger-swipe-left
The shortcut is a two-finger swipe gesture. GTK+ provides an icon and subtitle.
:gesture-two-finger-swipe-right
The shortcut is a two-finger swipe gesture. GTK+ provides an icon and subtitle.
:gesture
The shortcut is a gesture. The icon property will be used.
 

See also

2020-9-14