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

hiDeleteToolbarItems

hiDeleteToolbarItems(
o_hiToolbar
l_toolbarItems
)
=> t / nil

Description

Removes the specified toolbar items from a toolbar.

Arguments

o_hiToolbar

Handle to the toolbar returned by hiCreateToolbar.

l_toolbarItems

List of toolbar names specifying the toolbar items to be deleted from the toolbar.

Values Returned

t

The toolbar item was removed from the toolbar.

nil

The toolbar item could not be removed from the toolbar.

Examples

hiDeleteToolbarItems( toolbar list ( ’comboItem ’typein )

Related Topics

Toolbar Functions

hiDeleteToolbarItem

hiAddToolbarItems

hiInsertToolbarItems

hiCreateToolbarComboBox

hiCreateToolbarTypein


Return to top
 ⠀
X