Interface

Gtk-3.0GtkGesturePanConstructorProps

interface ConstructorProps {
    button: number;
    exclusive: boolean;
    n_points: number;
    nPoints: number;
    orientation: Gtk.Orientation;
    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.GestureDrag.ConstructorProps

Properties

orientation: Gtk.Orientation

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