Package: gtk

Accessor gtk:window-resizable

Lambda List

gtk:window-resizable (object)

Syntax

(gtk:window-resizable object) => resizable
(setf (gtk:window-resizable object) resizable)

Arguments

object -- a gtk:window widget
resizable -- true if the user can resize this window

Details

Accessor of the resizable slot of the gtk:window class. Gets or sets whether the user can resize a window. Windows are user resizable by default.
 

See also

2024-10-2