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

hiGetWindowToolbars

hiGetWindowToolbars(
w_windowId
)
=> l_toolbars

Description

Gets the list of toolbars that a window contains. The toolbars are listed in the order in which they were placed in the window with hiPlaceToolbar.

Argument

w_windowId

The ID of a window or session window.

Value Returned

l_toolbars

List of toolbar handles, in the order in which they were placed in the window with hiPlaceToolbar.

Example

hiGetWindowToolbars( window ( 1 ) )

Related Topics

Toolbar Functions

hiSetToolbarObjName

hiCreateToolbar

hiPlaceToolbar

hiInsertToolbar


Return to top
 ⠀
X