NavigationView.push
void push(adw.navigation_page.NavigationPage page)Pushes page onto the navigation stack.
If [adw.navigation_view.NavigationView.add] hasn't been called, the page is automatically removed once it's popped.
signalNavigationView::pushed will be emitted for page.
See [adw.navigation_view.NavigationView.pushByTag].
Parameters
page | the page to push |