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
|
The ID of the dock window. You can get a dock window ID with the |
|
Value Returned
Example
hiSetWinObjName(dwindow(1) "hierAssistant")
Related Topics
Return to top