Package: gtk

Accessor gtk-window-is-maximized

Lambda List

gtk-window-is-maximized (object)

Syntax

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

Arguments

object -- a gtk-window widget
maximized -- a boolean whether the window has a maximized state

Details

Accessor of the is-maximized slot of the gtk-window class.

Note that since maximization is ultimately handled by the window manager and happens asynchronously to an application request, you should not assume the return value of this function changing immediately, or at all, as an effect of calling the gtk-window-maximize or gtk-window-unmaximize functions.
 

See also

2021-9-9