Method

BisAlbumset_can_navigate_back

Declaration [src]

void
bis_album_set_can_navigate_back (
  BisAlbum* self,
  gboolean can_navigate_back
)

Description [src]

Sets whether gestures and shortcuts for navigating backward are enabled.

The supported gestures are:

  • One-finger swipe on touchscreens
  • Horizontal scrolling on touchpads (usually two-finger swipe)
  • Back/forward mouse buttons

The keyboard back/forward keys are also supported, as well as the Alt+ shortcut for horizontal orientation, or Alt+ for vertical orientation.

If the orientation is horizontal, for right-to-left locales, gestures and shortcuts are reversed.

Only children that have BisAlbumPage:navigatable set to TRUE can be navigated to.

Available since:1.0

Parameters

can_navigate_back gboolean
 

The new value.