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.

Warning

The gtk:info-bar implementation is deprecated since 4.10. Do not use it in newly written code.
 

See also

2024-5-2