Package: gdk

Function gdk-window-deiconify

Lambda List

gdk-window-deiconify (window)

Arguments

window -- a toplevel gdk-window object

Details

Attempt to deiconify (unminimize) window. On X11 the window manager may choose to ignore the request to deiconify. When using GTK, use the function gtk-window-deiconify instead of the gdk-window variant. Or better yet, you probably want to use the function gtk-window-present, which raises the window, focuses it, unminimizes it, and puts it on the current desktop.
 

See also

2020-9-7