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

hiDeleteToolbar

hiDeleteToolbar(
w_windowID
s_toolbar
)
=> t / nil

Description

Deletes a toolbar from a window.

Arguments

w_windowID

The ID of the window that contains the toolbar.

s_toolbar

The name of the toolbar, which was set with the ?name argument when the toolbar was created.

Values Returned

t

Deleted the toolbar.

nil

There was an error.

Example

Deletes ’Custom toolbar from window (1).

hiDeleteToolbar(window(1) ’Custom)

Related Topics

Toolbar Functions

hiCreateToolbar

hiPlaceToolbar

hiInsertToolbar

hiShowToolbar

hiSetToolbarObjName


Return to top
 ⠀
X