Interface

Gtk-3.0GtkGestureSingleConstructorProps

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;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gtk.Gesture.ConstructorProps

Properties

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

Properties - Inherited from Gtk.Gesture.ConstructorProps

n_points: number
nPoints: number
propagation_phase: Gtk.PropagationPhase
propagationPhase: Gtk.PropagationPhase
widget: Gtk.Widget
window: Gdk.Window