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

hiAddToolbarItem

hiAddToolbarItem(
o_hiToolbar
o_hiToolbarItem
)
=> t / nil

Description

Adds one toolbar item to a toolbar. The item is added to the end of the toolbar.

Arguments

o_hiToolbar

Handle to the toolbar returned by hiCreateToolbar.

o_hiToolbarItem

Handle to the toolbar item returned by hiCreateAction, hiCreateToobarComboBox, hiCreateToolbarTypein, or hiCreateToolbarSeparator.

Values Returned

t

The toolbar item was added to the toolbar.

nil

There was an error.

Examples

hiAddToolbarItem(toolbar typein)

Related Topics

Toolbar Functions

hiAddToolbarItems

hiInsertToolbarItems

hiDeleteToolbarItem

hiDeleteToolbarItems

hiCreateToolbarTypein

hiCreateToolbarSeparator


Return to top
 ⠀
X