hiUnmapWindow
hiUnmapWindow(w_windowId) =>t / nil
Description
Removes a window, dockable window, or session window from the screen without closing or destroying it.
If the window is a tabbed window in a session window, the tab is moved to the back. If the window is the only window in a session window, then the session window is also unmapped.
The window must have been displayed at one time with hiDisplayWindow, hiOpenWindow, or hiDockWindow. This function is usually used in conjunction with himapWindow.
This function is not available in Concept SKILL. For more information, see
Argument
|
Window, dock window, or session window that you want to unmap. |
Value Returned
|
w_windowId is invalid or the window has never been displayed. An error message is also issued. |
Related Topics
Return to top