Enumeration (GI Enum)

Gtk-3.0GtkShortcutTypeSince 3.20

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

3.20

Index
ACCELERATOR: 0

The shortcut is a keyboard accelerator. The Gtk.ShortcutsShortcut.accelerator property will be used.

GESTURE: 7

The shortcut is a gesture. The Gtk.ShortcutsShortcut.icon property will be used.

GESTURE_PINCH: 1

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

GESTURE_ROTATE_CLOCKWISE: 3

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

GESTURE_ROTATE_COUNTERCLOCKWISE: 4

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

GESTURE_STRETCH: 2

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

GESTURE_TWO_FINGER_SWIPE_LEFT: 5

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

GESTURE_TWO_FINGER_SWIPE_RIGHT: 6

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

Variables

$gtype