Leaflet.getAdjacentChild

Finds the previous or next navigatable child.

This will be the same child adw.leaflet.Leaflet.navigate or swipe gestures will navigate to.

If there's no child to navigate to, NULL will be returned instead.

See propertyLeafletPage:navigatable.

More...

Parameters

direction adw.types.NavigationDirection

the direction

Return Value

Type: gtk.widget.Widget

the previous or next child

Detailed Description

Deprecated: See the migration guide