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

hiShowToolbar

hiShowToolbar(
o_hiToolbar
)
=> t / nil

Description

Displays a hidden toolbar.

If the toolbar was hidden and removed from the window by calling hiHideToolbar ( toolbar t ), it is added back to the window and then displayed.

Argument

o_hiToolbar

Handle to the toolbar returned by hiCreateToolbar.

Values Returned

t

The toolbar is displayed.

nil

There was an error.

Examples

Displays the toolbar.

hiShowToolbar( toolbar )
=>t

Related Topics

Toolbar Functions

hiCreateToolbar

hiPlaceToolbar

hiInsertToolbar

hiSetToolbarObjName

hiSetActionChecked


Return to top
 ⠀
X