NavigationView.add
void add(adw.navigation_page.NavigationPage page)Permanently adds page to self.
Any page that has been added will stay in self even after being popped from the navigation stack.
Adding a page while no page is visible will automatically push it to the navigation stack.
See [adw.navigation_view.NavigationView.remove].
Parameters
page | the page to add |