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

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

w_windowID

The window ID.

t_title

The new title for the tab.

Value Returned

t

The tab title was set.

nil

There was an error.

Example

hiSetTabWindowTitle( window ( 4 ) "myDesign" )

Related Topics

Window Functions

hiOpenWindow

hiSetTabWindowIcon

hiSetTabWindowTip


Return to top
 ⠀
X