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

hiSetToolbarObjName

hiSetToolbarObjName(
o_hiToolbar
t_name
)
=> t / nil

Description

Sets a name for the toolbar that is used for storing window configuration information about the toolbar. Every toolbar must have a unique name that does not change. Do not use this function with toolbars provided by Cadence.

The object name is initially set to the ?title specified when the toolbar was created, until you set a new object name with this function.

Arguments

o_hiToolbar

Handle to the toolbar returned by hiCreateToolbar.

t_name

The name you want to set for the toolbar.

Values Returned

t

The toolbar name was set.

nil

There was an error.

Examples

Sets the name "FileWin" for toolbar.

hiSetToolbarObjName( toolbar "FileWin" )
=>t

Related Topics

Related Topics

Toolbar Functions

hiSetActionChecked

hiCreateToolbar

hiPlaceToolbar

hiInsertToolbar

hiShowToolbar


Return to top
 ⠀
X