Package: gdk

Function gdk:window-iconify

Lambda List

gdk:window-iconify (window)

Arguments

window -- a toplevel gdk:window object

Details

Asks to iconify (minimize) window. The window manager may choose to ignore the request, but normally will honor it. Using the gtk:window-iconify function is preferred, if you have a gtk:window widget.

This function only makes sense when window is a toplevel window.
 

See also

#2023-2-26