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

hiIconifyWindow

hiIconifyWindow(
w_windowId 
) 
=> t / nil 

Description

Converts a window to its icon. If the window is contained in a session window, the session window is iconified.

w_windowId can be a window or a session window but it cannot be a dock window.

This function is not available in Concept SKILL. For more information, see Design Entry HDL–SKILL Routines.

Argument

w_windowId

Window you want to iconify. w_windowId can be a window or a session window. It cannot be a dock window.

Values Returned

t

The window is iconified.

nil

The window is not iconified. An error message is displayed.

Related Topics

Window Functions

hiDeiconifyWindow

hiLowerWindow


Return to top
 ⠀
X