Package: gtk
Class gtk:gesture-single
SuperclassesDocumented Subclassesgtk:gesture-drag, gtk:gesture-long-press, gtk:gesture-multi-press, gtk:gesture-stylus, gtk:gesture-swipe Direct SlotsDetails The gtk:gesture-single object is a subclass of the gtk:gesture object, optimized (although not restricted) for dealing
with mouse and single-touch gestures.
Under interaction, these gestures stick to the first interacting sequence, which is accessible through the gtk:gesture-single-current-sequence
function while the gesture is being interacted with. By default gestures react to both :button-primary and touch events, the gtk:gesture-single-touch-only function can be used to change the touch behavior. Callers may also specify a different mouse button number to interact with through the gtk:gesture-single-button function, or react to any mouse button by setting 0. While the gesture is active, the button being currently pressed can be known through the gtk:gesture-single-current-button function. | Slot Access FunctionsInherited Slot Access Functions
See also |
#2025-1-16