Method

BisAlbumPageset_navigatable

Declaration [src]

void
bis_album_page_set_navigatable (
  BisAlbumPage* self,
  gboolean navigatable
)

Description [src]

Sets whether self can be navigated to when folded.

If FALSE, the child will be ignored by bis_album_get_adjacent_child(), bis_album_navigate(), and swipe gestures.

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

Available since:1.0

Parameters

navigatable gboolean
 

Whether self can be navigated to when folded.