GestureMultiPress


Object Hierarchy:

Gtk.GestureMultiPress Gtk.GestureMultiPress Gtk.GestureMultiPress Gtk.GestureSingle Gtk.GestureSingle Gtk.GestureSingle->Gtk.GestureMultiPress Gtk.Gesture Gtk.Gesture Gtk.Gesture->Gtk.GestureSingle Gtk.EventController Gtk.EventController Gtk.EventController->Gtk.Gesture GLib.Object GLib.Object GLib.Object->Gtk.EventController

Description:

[ CCode ( type_id = "gtk_gesture_multi_press_get_type ()" ) ]
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.EventController