HeaderBar.showBackButton

bool showBackButton() @property nothrow

Get showBackButton property.

Returns

Whether the header bar can show the back button.

The back button will never be shown unless the header bar is placed inside an adw.navigation_view.NavigationView. Usually, there is no reason to set this to FALSE.

void showBackButton(bool propval) @property nothrow

Set showBackButton property.

Parameters

propvalWhether the header bar can show the back button. The back button will never be shown unless the header bar is placed inside an adw.navigation_view.NavigationView. Usually, there is no reason to set this to FALSE.