Package: gtk

Accessor gtk:info-bar-show-close-button

Lambda List

gtk:info-bar-show-close-button (object)

Syntax

(gtk:info-bar-show-close-button object) => setting
(setf (gtk:info-bar-show-close-button object) setting)

Arguments

object -- a gtk:info-bar widget
setting -- true to include a Close button

Details

The accessor for the show-close-button slot gets or sets whether the info bar will display a standard Close button. When clicked it emits the :close response.
 

See also

2026-06-20