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

hiInsertToolbar

hiInsertToolbar(
w_windowID
o_hiToolbar
s_toolbar
)
=> t / nil

Description

Inserts a toolbar into the toolbar area of a window before s_toolbar.

Arguments

w_windowID

The window ID.

o_hiToolbar

Handle to the toolbar returned by hiCreateToolbar.

s_toolbar

The name of the toolbar before which you want to insert o_hiToolbar.

Values Returned

t

Inserted toolbar in the window.

nil

There was an error.

Example

hiInsertToolbar( window ( 1 ) toolbar ’Custom )

Related Topics

Toolbar Functions

hiPlaceToolbar

hiCreateToolbar

hiShowToolbar

hiSetToolbarObjName

hiSetActionChecked


Return to top
 ⠀
X