Package: gtk

Function gtk-window-unmaximize

Lambda List

gtk-window-unmaximize (window)

Arguments

window -- a gtk-window widget

Details

Asks to unmaximize the window. Note that you should not assume the window is definitely unmaximized afterward, because other entities, e.g. the user or window manager, could maximize it again, and not all window managers honor requests to unmaximize. But normally the window will end up unmaximized. Just do not write code that crashes if not.

You can track maximization via the "window-state-event" signal on the gtk-widget object.
 

See also

2021-9-12