hiSetTabWindowTitle
hiSetTabWindowTitle(w_windowID t_title) =>t / nil
Description
Sets the title of 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
Value Returned
Example
hiSetTabWindowTitle( window ( 4 ) "myDesign" )
Related Topics
Return to top