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.

GESTURE_PINCH1

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

GESTURE_STRETCH2

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

GESTURE_ROTATE_CLOCKWISE3

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

GESTURE_ROTATE_COUNTERCLOCKWISE4

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

GESTURE_TWO_FINGER_SWIPE_LEFT5

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

GESTURE_TWO_FINGER_SWIPE_RIGHT6

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.

GESTURE_SWIPE_LEFT8

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

GESTURE_SWIPE_RIGHT9

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

Meta