Interface

Gtk-4.0GtkGestureZoomConstructorProps

interface ConstructorProps {
    n_points: number;
    name: string;
    nPoints: number;
    propagation_limit: Gtk.PropagationLimit;
    propagation_phase: Gtk.PropagationPhase;
    propagationLimit: Gtk.PropagationLimit;
    propagationPhase: Gtk.PropagationPhase;
    widget: Gtk.Widget;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gtk.Gesture.ConstructorProps

Properties - Inherited from Gtk.Gesture.ConstructorProps

n_points: number
name: string
nPoints: number
propagation_limit: Gtk.PropagationLimit
propagation_phase: Gtk.PropagationPhase
propagationLimit: Gtk.PropagationLimit
propagationPhase: Gtk.PropagationPhase
widget: Gtk.Widget