deiconify-window

Name

deiconify-window -- Deiconify WIN.

Synopsis

(deiconify-window  #&optional win x y)

Description

Deiconify win. Hides its icon, and shows its regular window. win defaults to the window context in the usual way if not specified. If x and y are given, then move win to virtual position (x . y) before de-iconifying. If x is specified, y must be specified, too. These arguments are useful since move-window and move-to will refer to the icon window (not the frame window) if a window is iconified. Without being able to specify a position on de-iconification, the window cannot, e.g., cleanly be brought back onto the current viewport.

Implementation Notes

Module: Built-in Primitive

Defined in src/window.c at line 2096 (CVS log)