Package: gtk

Accessor gtk:window-maximized

Lambda List

gtk:window-maximized (object)

Syntax

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

Arguments

object -- a gtk:window widget
maximized -- a boolean whether the window is maximized

Details

Accessor of the maximized slot of the gtk:window class. Setting this property is the equivalent of calling the gtk:window-maximize or gtk:window-unmaximize functions. Either operation is asynchronous, which means you will need to connect to the "notify" signal in order to know whether the operation was successful.
 

See also

2024-10-2