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

hiSetWindowIcon

hiSetWindowIcon(
w_windowId 
g_icon 
) 
=> t / nil 

Description

Sets the icon of a window, which is displayed when the window is minimized. A session window, when minimized, displays the icon of the window that is currently active within it; if the window does not have an icon set, then the session window’s icon is displayed.

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

Arguments

w_windowId

The ID of the window, session window, or dockable window.

g_icon

A list representing the icon.

Value Returned

t

The icon is set.

nil

w_windowId is invalid or there is an error.

Related Topics

Window Functions

hiGetIconName

hiSetIconName


Return to top
 ⠀
X