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

Accessor of the show-close-button slot of the gtk:info-bar class. The gtk:info-bar-show-close-button function returns whether the widget will display a standard Close button. If true, a standard Close button is shown. When clicked it emits the :close response.
 

See also

#2023-3-20