Interface

Adw-1AdwSwipeTrackerConstructorProps

interface ConstructorProps {
    allow_long_swipes: boolean;
    allow_mouse_drag: boolean;
    allow_window_handle: boolean;
    allowLongSwipes: boolean;
    allowMouseDrag: boolean;
    allowWindowHandle: boolean;
    enabled: boolean;
    lower_overshoot: boolean;
    lowerOvershoot: boolean;
    orientation: Gtk.Orientation;
    reversed: boolean;
    swipeable: Adw.Swipeable;
    upper_overshoot: boolean;
    upperOvershoot: boolean;
}

Hierarchy (View Summary)

Index

Properties

allow_long_swipes: boolean
allow_mouse_drag: boolean
allow_window_handle: boolean
allowLongSwipes: boolean
allowMouseDrag: boolean
allowWindowHandle: boolean
enabled: boolean
lower_overshoot: boolean
lowerOvershoot: boolean
reversed: boolean
swipeable: Adw.Swipeable
upper_overshoot: boolean
upperOvershoot: boolean

Properties - Inherited from Gtk

orientation: Gtk.Orientation