Flap.swipeToOpen

bool swipeToOpen() @property nothrow

Get swipeToOpen property.

Returns

Whether the flap can be opened with a swipe gesture.

The area that can be swiped depends on the adw.flap.Flap.transitionType value.

Deprecated

void swipeToOpen(bool propval) @property nothrow

Set swipeToOpen property.

Parameters

propvalWhether the flap can be opened with a swipe gesture. The area that can be swiped depends on the adw.flap.Flap.transitionType value.

Deprecated