hiSetTabWindowTip
hiSetTabWindowTip(w_windowID t_toolTip) =>t / nil
Description
Sets the tooltip for the specified window’s tab. Tabs are displayed when multiple windows are open in a session window.
This function overrides any initial value that might have been set when the window was created.
Arguments
|
The new tooltip. The tooltip is displayed when the mouse hovers over the tab title. |
Values Returned
Example
hiSetTabWindowTip( window ( 4 ) "Top Cell: myDesign" )
Related Topics
Return to top