Method

AdapNavigationViewset_pop_on_escape

since: 1.4

Declaration [src]

void
adap_navigation_view_set_pop_on_escape (
  AdapNavigationView* self,
  gboolean pop_on_escape
)

Description [src]

Sets whether pressing Escape pops the current page on self.

Applications using AdapNavigationView to implement a browser may want to disable it.

Available since: 1.4

Parameters

pop_on_escape

Type: gboolean

Whether to pop the current page when pressing Escape.