Package: gdk

Function gdk:window-hide

Lambda List

gdk:window-hide (window)

Arguments

window -- a gdk:window object

Details

For toplevel windows, withdraws them, so they will no longer be known to the window manager. For all windows, unmaps them, so they will not be displayed. Normally done automatically as part of the gtk:widget-hide function.
 

See also

#2023-2-26