Interface

Gtk-4.0GtkGestureSwipeConstructorProps

interface ConstructorProps {
    button: number;
    exclusive: boolean;
    n_points: number;
    name: string | null;
    nPoints: number;
    propagation_limit: Gtk.PropagationLimit;
    propagation_phase: Gtk.PropagationPhase;
    propagationLimit: Gtk.PropagationLimit;
    propagationPhase: Gtk.PropagationPhase;
    touch_only: boolean;
    touchOnly: boolean;
    widget: Gtk.Widget | null;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gtk.GestureSingle.ConstructorProps

Properties - Inherited from Gtk.Gesture.ConstructorProps

Properties - Inherited from Gtk.EventController.ConstructorProps

Properties - Inherited from Gtk.GestureSingle.ConstructorProps

button: number
exclusive: boolean
touch_only: boolean
touchOnly: boolean

Properties - Inherited from Gtk.Gesture.ConstructorProps

n_points: number
nPoints: number

Properties - Inherited from Gtk.EventController.ConstructorProps

name: string | null
propagation_limit: Gtk.PropagationLimit
propagation_phase: Gtk.PropagationPhase
propagationLimit: Gtk.PropagationLimit
propagationPhase: Gtk.PropagationPhase
widget: Gtk.Widget | null