Interface

Gtk-3.0GtkGestureSwipeConstructorProps

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
button: number
exclusive: boolean
touch_only: boolean
touchOnly: boolean
n_points: number
nPoints: number
window: Gdk.Window
propagation_phase: Gtk.PropagationPhase
propagationPhase: Gtk.PropagationPhase
widget: Gtk.Widget