GtkShortcutType

GtkShortcutType specifies the kind of shortcut that is being described. More values may be added to this enumeration over time.

Values

ValueMeaning
Accelerator0

The shortcut is a keyboard accelerator. The #GtkShortcutsShortcut:accelerator property will be used.

GesturePinch1

The shortcut is a pinch gesture. GTK+ provides an icon and subtitle.

GestureStretch2

The shortcut is a stretch gesture. GTK+ provides an icon and subtitle.

GestureRotateClockwise3

The shortcut is a clockwise rotation gesture. GTK+ provides an icon and subtitle.

GestureRotateCounterclockwise4

The shortcut is a counterclockwise rotation gesture. GTK+ provides an icon and subtitle.

GestureTwoFingerSwipeLeft5

The shortcut is a two-finger swipe gesture. GTK+ provides an icon and subtitle.

GestureTwoFingerSwipeRight6

The shortcut is a two-finger swipe gesture. GTK+ provides an icon and subtitle.

Gesture7

The shortcut is a gesture. The #GtkShortcutsShortcut:icon property will be used.