Method

AdwPreferencesWindowset_can_navigate_back

since: 1.0

Declaration [src]

void
adw_preferences_window_set_can_navigate_back (
  AdwPreferencesWindow* self,
  gboolean can_navigate_back
)

Description [src]

Sets whether gestures and shortcuts for closing subpages are enabled.

The supported gestures are:

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

The keyboard back key is also supported, as well as the Alt+ shortcut.

For right-to-left locales, gestures and shortcuts are reversed.

Available since: 1.0

Parameters

can_navigate_back

Type: gboolean

The new value.