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

hiReattachToolbar

hiReattachToolbar(
o_toolbar
)
=> t / nil

Description

Reattaches a given toolbar to its parent main window without showing it.

Intended for use with those toolbars that have been detached from a window using hiHideToolbar.

Argument

o_toolbar

The toolbar to be reattached.

Values Returned

t

The toolbar has been successfully reattached.

nil

The command failed.

Examples

Reattaches mytoolbar to its parent window.

( hiHideToolbar mytoolbar t/*detach*/ )
( hiReattachToolbar mytoolbar ) ;; reattached but not shown

Related Topics

Toolbar Functions

hiDeleteToolbarItem

hiHideToolbar

hiInsertToolbarItems

hiCreateToolbarComboBox

hiCreateToolbarTypein


Return to top
 ⠀
X