pop

fun pop(): Boolean

Pops the visible page from the navigation stack.

Does nothing if the navigation stack contains less than two pages.

If method@NavigationView.add hasn't been called, the page is automatically removed.

signal@NavigationView::popped will be emitted for the current visible page.

See method@NavigationView.pop_to_page and method@NavigationView.pop_to_tag.

Return

TRUE if a page has been popped

Since

1.4