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
Values Returned
Examples
Sets the name "FileWin" for toolbar.
hiSetToolbarObjName( toolbar "FileWin" )
=>t
Related Topics
Related Topics
Return to top