Package org.gnome.adw

Class NavigationPage

java.lang.Object
All Implemented Interfaces:
Proxy, Accessible, Buildable, ConstraintTarget

@Generated("io.github.jwharm.JavaGI") public class NavigationPage extends Widget implements Accessible, Buildable, ConstraintTarget
A page within NavigationView or NavigationSplitView.

Each page has a child widget, a title and optionally a tag.

The NavigationPage::showing, NavigationPage::shown, NavigationPage::hiding and NavigationPage::hidden signals can be used to track the page's visibility within its AdwNavigationView.

Header Bar Integration
When placed inside AdwNavigationPage, HeaderBar will display the page title instead of window title.

When used together with NavigationView, it will also display a back button that can be used to go back to the previous page. Set 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.