Module: Gtk::ShortcutType

Defined in:
(unknown)

Constant Summary collapse

ACCELERATOR =

The shortcut is a keyboard accelerator. The Gtk::ShortcutsShortcut:accelerator

property will be used.
0 or :accelerator
GESTURE_PINCH =

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

1 or :gesture_pinch
GESTURE_STRETCH =

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

2 or :gesture_stretch
GESTURE_ROTATE_CLOCKWISE =

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

3 or :gesture_rotate_clockwise
GESTURE_ROTATE_COUNTERCLOCKWISE =

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

4 or :gesture_rotate_counterclockwise
GESTURE_TWO_FINGER_SWIPE_LEFT =

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

5 or :gesture_two_finger_swipe_left
GESTURE_TWO_FINGER_SWIPE_RIGHT =

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

6 or :gesture_two_finger_swipe_right
GESTURE =

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

used.
7 or :gesture