Interface

BisSwipeable

[]

Description [src]

interface Bis.Swipeable : Gtk.Widget

An interface for swipeable widgets.

The BisSwipeable interface is implemented by all swipeable widgets.

See BisSwipeTracker for details about implementing it.

Available since:1.0
[]

Prerequisite

In order to implement Swipeable, your type must inherit from GtkWidget.

Implementations

[]

Instance methods

bis_swipeable_get_cancel_progress

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

Available since: 1.0

bis_swipeable_get_distance

Gets the swipe distance of self.

Available since: 1.0

bis_swipeable_get_progress

Gets the current progress of self.

Available since: 1.0

bis_swipeable_get_snap_points

Gets the snap points of self.

Available since: 1.0

bis_swipeable_get_swipe_area

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

Available since: 1.0

Interface structure

[]

Virtual methods

Bis.Swipeable.get_cancel_progress

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

Bis.Swipeable.get_distance

Gets the swipe distance of self.

Bis.Swipeable.get_progress

Gets the current progress of self.

Bis.Swipeable.get_snap_points

Gets the snap points of self.

Bis.Swipeable.get_swipe_area

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