Method
AdapNavigationPageset_can_pop
since: 1.4
Declaration [src]
void
adap_navigation_page_set_can_pop (
AdapNavigationPage* self,
gboolean can_pop
)
Description [src]
Sets whether self
can be popped from navigation stack.
Set it to FALSE
to disable shortcuts and gestures, as well as remove the
back button from AdapHeaderBar
.
Manually calling adap_navigation_view_pop()
or using the navigation.pop
action will still work.
See AdapHeaderBar:show-back-button
for removing only the back button,
but not shortcuts.
Available since: 1.4
Sets property | Adap.NavigationPage:can-pop |