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

hiSetWinObjName

hiSetWinObjName(
w_dockWindowID
t_name
)
=> t / nil

Description

Sets the window name which is used for storing workspace information about a dock assistant. Every dock assistant must have a unique name that does not change. Do not use this function with dock assistants provided by Cadence.

This function can also be used for any other type of window except a session window.

Arguments

w_dockWindowID

The ID of the dock window. You can get a dock window ID with the dwindow function.

t_name

The window name you want to set.

Value Returned

t

The window name was set.

nil

There was an error.

Example

hiSetWinObjName(dwindow(1) "hierAssistant")

Related Topics

Workspace Functions

hiGetWinConfig

hiSaveWinConfig

hiReadWinConfig

hiApplyWinConfig

hiWinConfigModified

hiGetWinConfigInfo

hiSetWinObjName


Return to top
 ⠀
X