SwipeableIfaceProxy

Proxy object for Adw.Swipeable interface when a GObject has no applicable D binding

class SwipeableIfaceProxy : IfaceProxy , Swipeable {}

Mixed In Members

From mixin SwipeableT!()

getCancelProgress
double getCancelProgress()

Gets the progress self will snap back to after the gesture is canceled.

getDistance
double getDistance()

Gets the swipe distance of self.

getProgress
double getProgress()

Gets the current progress of self.

getSnapPoints
double[] getSnapPoints()

Gets the snap points of self.

getSwipeArea
void getSwipeArea(adw.types.NavigationDirection navigationDirection, bool isDrag, gdk.rectangle.Rectangle rect)

Gets the area self can start a swipe from for the given direction and gesture type.

Inherited Members

From Swipeable

getCancelProgress
double getCancelProgress()

Gets the progress self will snap back to after the gesture is canceled.

getDistance
double getDistance()

Gets the swipe distance of self.

getProgress
double getProgress()

Gets the current progress of self.

getSnapPoints
double[] getSnapPoints()

Gets the snap points of self.

getSwipeArea
void getSwipeArea(adw.types.NavigationDirection navigationDirection, bool isDrag, gdk.rectangle.Rectangle rect)

Gets the area self can start a swipe from for the given direction and gesture type.