hiAddToolbarItems
hiAddToolbarItems(
o_hiToolbar
l_toolbarItems
)
=> t / nil
Description
Adds a list of toolbar items to a toolbar. The items are added at the end of the toolbar.
Arguments
|
o_hiToolbar
|
Handle to the toolbar returned by hiCreateToolbar.
|
|
l_toolbarItems
|
List of toolbar items, each of which is returned by hiCreateAction, hiCreateToobarComboBox, hiCreateToolbarTypein, or hiCreateToolbarSeparator.
|
Values Returned
|
t
|
The toolbar items were added to the toolbar.
|
|
nil
|
There was an error.
|
Examples
hiAddToolbarItems( toolbar list ( ComboItem typein ) )
Related Topics
Toolbar Functions
hiInsertToolbarItems
hiDeleteToolbarItem
hiDeleteToolbarItems
hiCreateToolbarTypein
hiCreateToolbarSeparator
Return to top