Package: gtk

Accessor gtk:header-bar-show-title-buttons

Lambda List

gtk:header-bar-show-title-buttons (object)

Syntax

(gtk:header-bar-show-title-buttons object) => setting
(setf (gtk:header-bar-show-title-buttons object) setting)

Arguments

object -- a gtk:header-bar widget
setting -- true if title buttons are shown

Details

Accessor of the show-title-buttons slot of the gtk:header-bar class. The gtk:header-bar-show-title-buttons function returns whether the header bar shows the standard window title buttons. The (setf gtk:header-bar-show-title-buttons) function sets whether the header bar shows the standard window title buttons including Close, Maximize, and Minimize.
 

See also

2025-2-22