NavigationPage
A page within class@NavigationView or class@NavigationSplitView.
Each page has a child widget, a title and optionally a tag.
The signal@NavigationPage::showing, signal@NavigationPage::shown, signal@NavigationPage::hiding and signal@NavigationPage::hidden signals can be used to track the page's visibility within its AdwNavigationView
.
Header Bar Integration
When placed inside AdwNavigationPage
, class@HeaderBar will display the page title instead of window title.
When used together with class@NavigationView, it will also display a back button that can be used to go back to the previous page. Set property@HeaderBar:show-back-button to FALSE
to disable that behavior if it's unwanted.
CSS Nodes
AdwNavigationPage
has a single CSS node with name navigation-view-page
.
Accessibility
AdwNavigationPage
uses the GTK_ACCESSIBLE_ROLE_GROUP
role.
Since
1.4
Constructors
Properties
Functions
Emitted when the navigation view transition has been completed and the page is fully hidden.
Emitted when the page starts hiding at the beginning of the navigation view transition.
Emitted when the page shows at the beginning of the navigation view transition.
Emitted when the navigation view transition has been completed and the page is fully shown.