Interface ShortcutType


public interface ShortcutType
  • Field Details

    • ACCELERATOR

      static final int ACCELERATOR
      The shortcut is a keyboard accelerator. The GtkShortcutsShortcut:accelerator
      property will be used.
      See Also:
    • GESTURE_PINCH

      static final int GESTURE_PINCH
      The shortcut is a pinch gesture. GTK provides an icon and subtitle.
      See Also:
    • GESTURE_STRETCH

      static final int GESTURE_STRETCH
      The shortcut is a stretch gesture. GTK provides an icon and subtitle.
      See Also:
    • GESTURE_ROTATE_CLOCKWISE

      static final int GESTURE_ROTATE_CLOCKWISE
      The shortcut is a clockwise rotation gesture. GTK provides an icon and subtitle.
      See Also:
    • GESTURE_ROTATE_COUNTERCLOCKWISE

      static final int GESTURE_ROTATE_COUNTERCLOCKWISE
      The shortcut is a counterclockwise rotation gesture. GTK provides an icon and subtitle.
      See Also:
    • GESTURE_TWO_FINGER_SWIPE_LEFT

      static final int GESTURE_TWO_FINGER_SWIPE_LEFT
      The shortcut is a two-finger swipe gesture. GTK provides an icon and subtitle.
      See Also:
    • GESTURE_TWO_FINGER_SWIPE_RIGHT

      static final int GESTURE_TWO_FINGER_SWIPE_RIGHT
      The shortcut is a two-finger swipe gesture. GTK provides an icon and subtitle.
      See Also:
    • GESTURE

      static final int GESTURE
      The shortcut is a gesture. The GtkShortcutsShortcut:icon property will be
      used.
      See Also:
    • GESTURE_SWIPE_LEFT

      static final int GESTURE_SWIPE_LEFT
      The shortcut is a swipe gesture. GTK provides an icon and subtitle.
      See Also:
    • GESTURE_SWIPE_RIGHT

      static final int GESTURE_SWIPE_RIGHT
      The shortcut is a swipe gesture. GTK provides an icon and subtitle.
      See Also: