Package: gtk

Accessor gtk:assistant-use-header-bar

Lambda List

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

Syntax

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

Arguments

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

Details

Accessor of the use-header-bar slot of the gtk:assistant class. True if the assistant 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.

Warning

The gtk:assistant implementation is deprecated since 4.10. This widget will be removed in GTK 5.
 

See also

2024-5-1