Applications using adw.navigation_view.NavigationView to implement a browser may want to disable it.
NavigationView.popOnEscape
bool popOnEscape() @property nothrowGet popOnEscape property.
Returns
Whether pressing Escape pops the current page.
void popOnEscape(bool propval) @property nothrowSet popOnEscape property.
Parameters
propval | Whether pressing Escape pops the current page. Applications using adw.navigation_view.NavigationView to implement a browser may want to disable it. |