Interface

Gtk-3.0GtkGestureConstructorProps

interface ConstructorProps {
    n_points: number;
    nPoints: number;
    propagation_phase: Gtk.PropagationPhase;
    propagationPhase: Gtk.PropagationPhase;
    widget: Gtk.Widget;
    window: Gdk.Window;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gtk.EventController.ConstructorProps

Properties

n_points: number
nPoints: number
window: Gdk.Window

Properties - Inherited from Gtk.EventController.ConstructorProps

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