Interface

Gtk-3.0GtkGestureRotateConstructorProps

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

Hierarchy (View Summary)

Index

Properties - Inherited from Gtk.Gesture.ConstructorProps

Properties - Inherited from Gtk.EventController.ConstructorProps

Properties - Inherited from Gtk.Gesture.ConstructorProps

n_points: number
nPoints: number
window: Gdk.Window | null

Properties - Inherited from Gtk.EventController.ConstructorProps

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