Property

AdwLeaflet:can-navigate-back

deprecated: 1.4 

Declaration

property can-navigate-back: gboolean [ read, write ]

Description [src]

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.

Type:gboolean

Deprecated since: 1.4

See the migration guide

Default valueFALSE
Getter methodadw_leaflet_get_can_navigate_back()
Setter methodadw_leaflet_set_can_navigate_back()

Flags

Readableyes
Writableyes
Constructno
Construct onlyno