Method

AdwLeafletset_can_navigate_back

since: 1.0

Declaration [src]

void
adw_leaflet_set_can_navigate_back (
  AdwLeaflet* 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 AdwLeafletPage:navigatable set to TRUE can be navigated to.

Available since: 1.0

Parameters

can_navigate_back

Type: gboolean

The new value.