pop_to_page


Description:

public bool pop_to_page (NavigationPage page)

Pops pages from the navigation stack until page is visible.

page must be in the navigation stack.

If [method@NavigationView.add] hasn't been called for any of the popped pages, they are automatically removed.

[signal@NavigationView:AdwNavigationView:popped] will be be emitted for each of the popped pages.

See [method@NavigationView.pop] and [method@NavigationView.pop_to_tag].

Parameters:

this

a navigation view

page

the page to pop to

Returns:

`TRUE` if any pages have been popped