pop_to_tag


Description:

public bool pop_to_tag (string tag)

Pops pages from the navigation stack until page with the tag tag is visible.

The 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 emitted for each of the popped pages.

See [method@NavigationView.pop_to_page] and [property@NavigationPage:tag].

Parameters:

this

a navigation view

tag

a page tag

Returns:

`TRUE` if any pages have been popped