LeafletPage.navigatable

Get navigatable property.

More...
  1. bool navigatable [@property getter]
    class LeafletPage
    @property
    bool
    navigatable
    ()
  2. bool navigatable [@property setter]

Return Value

Type: bool

Whether the child can be navigated to when folded.

If FALSE, the child will be ignored by adw.leaflet.Leaflet.getAdjacentChild, adw.leaflet.Leaflet.navigate, and swipe gestures.

This can be used used to prevent switching to widgets like separators.

Detailed Description

Deprecated: See the migration guide