Constructor

BisSwipeTrackernew

Declaration [src]

BisSwipeTracker*
bis_swipe_tracker_new (
  BisSwipeable* swipeable
)

Description [src]

Creates a new BisSwipeTracker for widget.

Available since:1.0

Parameters

swipeable BisSwipeable
 

A widget to add the tracker on.

 The data is owned by the caller of the function.

Return value

Returns: BisSwipeTracker
 

The newly created BisSwipeTracker

 The caller of the function takes ownership of the data, and is responsible for freeing it.