Interface

Gtk-3.0GtkGestureMultiPressConstructorProps

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 - Inherited from Gtk.GestureSingle.ConstructorProps

Properties - Inherited from Gtk.GestureSingle.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