Package ch.bailu.gtk.gtk
Schnittstelle ShortcutType
public interface ShortcutType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
The shortcut is a keyboard accelerator.static final int
The shortcut is a gesture.static final int
The shortcut is a pinch gesture.static final int
The shortcut is a clockwise rotation gesture.static final int
The shortcut is a counterclockwise rotation gesture.static final int
The shortcut is a stretch gesture.static final int
The shortcut is a swipe gesture.static final int
The shortcut is a swipe gesture.static final int
The shortcut is a two-finger swipe gesture.static final int
The shortcut is a two-finger swipe gesture.
-
Felddetails
-
ACCELERATOR
static final int ACCELERATORThe shortcut is a keyboard accelerator. The GtkShortcutsShortcut:accelerator
property will be used.- Siehe auch:
-
GESTURE_PINCH
static final int GESTURE_PINCHThe shortcut is a pinch gesture. GTK provides an icon and subtitle.- Siehe auch:
-
GESTURE_STRETCH
static final int GESTURE_STRETCHThe shortcut is a stretch gesture. GTK provides an icon and subtitle.- Siehe auch:
-
GESTURE_ROTATE_CLOCKWISE
static final int GESTURE_ROTATE_CLOCKWISEThe shortcut is a clockwise rotation gesture. GTK provides an icon and subtitle.- Siehe auch:
-
GESTURE_ROTATE_COUNTERCLOCKWISE
static final int GESTURE_ROTATE_COUNTERCLOCKWISEThe shortcut is a counterclockwise rotation gesture. GTK provides an icon and subtitle.- Siehe auch:
-
GESTURE_TWO_FINGER_SWIPE_LEFT
static final int GESTURE_TWO_FINGER_SWIPE_LEFTThe shortcut is a two-finger swipe gesture. GTK provides an icon and subtitle.- Siehe auch:
-
GESTURE_TWO_FINGER_SWIPE_RIGHT
static final int GESTURE_TWO_FINGER_SWIPE_RIGHTThe shortcut is a two-finger swipe gesture. GTK provides an icon and subtitle.- Siehe auch:
-
GESTURE
static final int GESTUREThe shortcut is a gesture. The GtkShortcutsShortcut:icon property will be
used.- Siehe auch:
-
GESTURE_SWIPE_LEFT
static final int GESTURE_SWIPE_LEFTThe shortcut is a swipe gesture. GTK provides an icon and subtitle.- Siehe auch:
-
GESTURE_SWIPE_RIGHT
static final int GESTURE_SWIPE_RIGHTThe shortcut is a swipe gesture. GTK provides an icon and subtitle.- Siehe auch:
-