HeaderBar.showTitleButtons

bool showTitleButtons() @property

Get showTitleButtons property.

Returns

Whether to show title buttons like close, minimize, maximize.

Which buttons are actually shown and where is determined by the gtk.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 showTitleButtons(bool propval) @property

Set showTitleButtons property.

Parameters

propvalWhether to show title buttons like close, minimize, maximize. Which buttons are actually shown and where is determined by the gtk.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).