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

hiHasToolbarBreak

hiHasToolbarBreak( 
w_windowID 
s_toolbar 
) 
=> t / nil

Description

Returns a Boolean value indicating whether there was a toolbar break before the specified toolbar.

Arguments

w_windowID

The ID of the window that contains the toolbar.

s_toolbar

The name of the toolbar you want to check.

Values Returned

t

There was a toolbar break before the specified toolbar.

nil

There was no toolbar break before the specified toolbar or there was an error.

Examples

hiHasToolbarBreak( window(1) toolbar )

Related Topics

Toolbar Functions


Return to top
 ⠀
X