HeaderBar.showStartTitleButtons

bool showStartTitleButtons() @property

Get showStartTitleButtons property.

Returns

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

See property@HeaderBar:show-end-title-buttons for the other side.

Which buttons are actually shown and where is determined by the property@HeaderBar:decoration-layout 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 showStartTitleButtons(bool propval) @property

Set showStartTitleButtons property.

Parameters

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