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

hiPlaceToolbarBreak

hiPlaceToolbarBreak
w_windowID
s_toolbarArea
)
=> t / nil

Description

Adds a toolbar break to the specified toolbar area of a window.

Arguments

w_windowID

The ID of the window that contains the toolbar.

s_toolbarArea

The toolbar area of the window; one of: 'left, 'right, 'top, and 'bottom.

Default value: 'top

Values Returned

t

The toolbar break was added to the window

nil

The operation fails in case of an error.

Examples

Adds a toolbar break to the top toolbar.

hiPlaceToolbarBreak( window(1) 'top)
=>t

Related Topics

Toolbar Functions


Return to top
 ⠀
X