GestureMultiPress
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_gesture_multi_press_get_type ()" ) ]
public sealed class GestureMultiPress : GestureSingle
public sealed class GestureMultiPress : GestureSingle
GestureMultiPress is a Gesture implementation able to recognize multiple clicks on a nearby zone, which can be listened for through the pressed signal.
Whenever time or distance between clicks exceed the GTK+ defaults, stopped is emitted, and the click counter is reset.
Callers may also restrict the area that is considered valid for a >1 touch/button press through set_area, so any click happening outside that area is considered to be a first click of its own.
Namespace: Gtk
Package: gtk+-3.0
Content:
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class Gtk.GestureSingle
All known members inherited from class Gtk.Gesture
All known members inherited from class Gtk.EventController
All known members inherited from class GLib.Object