Interface

Gtk-3.0GtkGestureStylusConstructorProps

interface ConstructorProps {
    button: number;
    exclusive: boolean;
    n_points: number;
    nPoints: number;
    propagation_phase: Gtk.PropagationPhase;
    propagationPhase: Gtk.PropagationPhase;
    touch_only: boolean;
    touchOnly: boolean;
    widget: Gtk.Widget;
    window: Gdk.Window | null;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gtk.GestureSingle.ConstructorProps

Properties - Inherited from Gtk.Gesture.ConstructorProps

Properties - Inherited from Gtk.EventController.ConstructorProps

Properties - Inherited from Gtk.GestureSingle.ConstructorProps

button: number
exclusive: boolean
touch_only: boolean
touchOnly: boolean

Properties - Inherited from Gtk.Gesture.ConstructorProps

n_points: number
nPoints: number
window: Gdk.Window | null

Properties - Inherited from Gtk.EventController.ConstructorProps

propagation_phase: Gtk.PropagationPhase
propagationPhase: Gtk.PropagationPhase
widget: Gtk.Widget