HeaderBar.showEndTitleButtons

bool showEndTitleButtons() @property

Get showEndTitleButtons property.

Returns

Whether to show title buttons at the end of the header bar.

See adw.header_bar.HeaderBar.showStartTitleButtons for the other side.

Which buttons are actually shown and where is determined by the adw.header_bar.HeaderBar.decorationLayout property, and by the state of the window (e.g. a close button will not be shown if the window can't be closed).

void showEndTitleButtons(bool propval) @property

Set showEndTitleButtons property.

Parameters

propvalWhether to show title buttons at the end of the header bar. See adw.header_bar.HeaderBar.showStartTitleButtons for the other side. Which buttons are actually shown and where is determined by the adw.header_bar.HeaderBar.decorationLayout property, and by the state of the window (e.g. a close button will not be shown if the window can't be closed).