Package: gtk

Accessor gtk:window-hide-on-close

Lambda List

gtk:window-hide-on-close (object)

Syntax

(gtk:window-hide-on-close object) => setting
(setf (gtk:window-hide-on-close object) setting)

Arguments

object -- a gtk:window widget
setting -- a boolean whether the window should be hidden when the users clicks the Close button

Details

Accessor of the hide-on-close slot of the gtk:window class. The gtk:window-hide-on-close function returns whether the window will be hidden and not destroyed when the close button is clicked. The gtk:window-hide-on-close function sets the property.
 

See also

2024-10-2