Leaflet.navigate

Navigates to the previous or next child.

The child must have the propertyLeafletPage:navigatable property set to TRUE, otherwise it will be skipped.

This will be the same child as returned by adw.leaflet.Leaflet.getAdjacentChild or navigated to via swipe gestures.

More...
class Leaflet
bool
navigate

Parameters

direction adw.types.NavigationDirection

the direction

Return Value

Type: bool

whether the visible child was changed

Detailed Description

Deprecated: See the migration guide