NavigationView.popOnEscape

Set popOnEscape property.

  1. bool popOnEscape [@property getter]
  2. bool popOnEscape [@property setter]
    class NavigationView
    @property
    void
    popOnEscape
    (
    bool propval
    )

Parameters

propval bool

Whether pressing Escape pops the current page.

Applications using adw.navigation_view.NavigationView to implement a browser may want to disable it.