Method

AdapLeafletPageset_navigatable

deprecated: 1.4 

Declaration [src]

void
adap_leaflet_page_set_navigatable (
  AdapLeafletPage* self,
  gboolean navigatable
)

Description [src]

Sets whether self can be navigated to when folded.

If FALSE, the child will be ignored by adap_leaflet_get_adjacent_child(), adap_leaflet_navigate(), and swipe gestures.

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

Deprecated since: 1.4

See the migration guide

Parameters

navigatable

Type: gboolean

Whether self can be navigated to when folded.