Method

AdapNavigationViewpush

since: 1.4

Declaration [src]

void
adap_navigation_view_push (
  AdapNavigationView* self,
  AdapNavigationPage* page
)

Description [src]

Pushes page onto the navigation stack.

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

AdapNavigationView::pushed will be emitted for page.

See adap_navigation_view_push_by_tag().

Available since: 1.4

Parameters

page

Type: AdapNavigationPage

The page to push.

The data is owned by the caller of the method.