Method
AdapNavigationPageset_tag
since: 1.4
Declaration [src]
void
adap_navigation_page_set_tag (
AdapNavigationPage* self,
const char* tag
)
Description [src]
Sets the tag for self
.
The tag can be used to retrieve the page with
adap_navigation_view_find_page()
, as well as with
adap_navigation_view_push_by_tag()
, adap_navigation_view_pop_to_tag()
or
adap_navigation_view_replace_with_tags()
.
Tags must be unique within each AdapNavigationView
.
The tag also must be set to use the navigation.push
action.
Available since: 1.4
Sets property | Adap.NavigationPage:tag |