Package: gtk

Accessor gtk:dialog-use-header-bar

Lambda List

gtk:dialog-use-header-bar (object)

Syntax

(gtk:dialog-use-header-bar object) => setting
(setf (gtk:dialog-use-header-bar object) setting)

Arguments

object -- a gtk:dialog widget
setting -- true if the dialog uses a header bar

Details

Accessor of the use-header-bar slot of the gtk:dialog class. True if the dialog uses a header bar for action buttons instead of the action area. For technical reasons, this property is declared as an integer property, use the value 1 for true or -1 for false.
 

See also

2024-3-16