Class

GtkGestureStylus

[]

Description [src]

final class Gtk.GestureStylus : Gtk.GestureSingle
{
  /* No available fields */
}

GtkGestureStylus is a GtkGesture implementation specific to stylus input. The provided signals just provide the basic information.

[]

Hierarchy

hierarchy this GtkGestureStylus ancestor_0 GtkGestureSingle ancestor_0--this ancestor_1 GtkGesture ancestor_1--ancestor_0 ancestor_2 GtkEventController ancestor_2--ancestor_1 ancestor_3 GObject ancestor_3--ancestor_2
[]

Constructors

gtk_gesture_stylus_new

Creates a new GtkGestureStylus.

since: 3.24

[]

Instance methods

gtk_gesture_stylus_get_axes

Returns the current values for the requested axes. This function must be called from either the GtkGestureStylus:down, GtkGestureStylus:motion, GtkGestureStylus:up or GtkGestureStylus:proximity signals.

since: 3.24

gtk_gesture_stylus_get_axis

Returns the current value for the requested axis. This function must be called from either the GtkGestureStylus:down, GtkGestureStylus:motion, GtkGestureStylus:up or GtkGestureStylus:proximity signals.

since: 3.24

gtk_gesture_stylus_get_device_tool

Returns the GdkDeviceTool currently driving input through this gesture. This function must be called from either the GtkGestureStylus::down, GtkGestureStylus::motion, GtkGestureStylus::up or GtkGestureStylus::proximity signal handlers.

since: 3.24

Methods inherited from GtkGestureSingle (8)
Methods inherited from GtkGesture (19)
Methods inherited from GtkEventController (5)
Methods inherited from GObject (43)
[]

Properties

Properties inherited from GtkGestureSingle (3)
Properties inherited from GtkGesture (2)
Properties inherited from GtkEventController (2)
[]

Signals

Gtk.GestureStylus::down
No description available.

Gtk.GestureStylus::motion
No description available.

Gtk.GestureStylus::proximity
No description available.

Gtk.GestureStylus::up
No description available.

Signals inherited from GtkGesture (5)
Signals inherited from GObject (1)

Class structure