AdwSwipeableInterface

An interface for swipeable widgets.

Members

Variables

getCancelProgress
double function(AdwSwipeable* self) getCancelProgress;

Gets the cancel progress.

getDistance
double function(AdwSwipeable* self) getDistance;

Gets the swipe distance.

getProgress
double function(AdwSwipeable* self) getProgress;

Gets the current progress.

getSnapPoints
double* function(AdwSwipeable* self, int* nSnapPoints) getSnapPoints;

Gets the snap points.

getSwipeArea
void function(AdwSwipeable* self, AdwNavigationDirection navigationDirection, bool isDrag, GdkRectangle* rect) getSwipeArea;

Gets the swipeable rectangle.

padding
void*[4] padding;
parent
GTypeInterface parent;

The parent interface.