Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

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 Design Entry HDL–SKILL Routines.

Argument

w_windowId

Window, dock window, or session window that you want to unmap.

Value Returned

t

The window is unmapped.

nil

w_windowId is invalid or the window has never been displayed. An error message is also issued.

Related Topics

Window Functions

hiOpenWindow

hiUndockWindow

hiMapWindow


Return to top
 ⠀
X