Method

AdapNavigationViewpop

since: 1.4

Declaration [src]

gboolean
adap_navigation_view_pop (
  AdapNavigationView* self
)

Description [src]

Pops the visible page from the navigation stack.

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

If adap_navigation_view_add() hasn’t been called, the page is automatically removed.

AdapNavigationView::popped will be emitted for the current visible page.

See adap_navigation_view_pop_to_page() and adap_navigation_view_pop_to_tag().

Available since: 1.4

Return value

Type: gboolean

TRUE if a page has been popped.