Package: gtk

Accessor gtk:settings-gtk-dialogs-use-header

Lambda List

gtk:settings-gtk-dialogs-use-header (object)

Syntax

(gtk:settings-gtk-dialogs-use-header object) => setting
(setf (gtk:settings-gtk-dialogs-use-header object) setting)

Arguments

object -- a gtk:settings object
setting -- a boolean whether dialogs use a header bar

Details

Accessor of the gtk-dialogs-use-header slot of the gtk:settings class. Whether built-in GTK dialogs such as the file chooser, the color chooser or the font chooser will use a header bar at the top to show action widgets, or an action area at the bottom. This setting does not affect custom dialogs using the gtk:dialog widget directly, or message dialogs.
 

See also

2023-8-30