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

hiSetWinStyle

hiSetWinStyle( 
s_style 
) 
=> t / nil 

Description

Sets the window creation style to 'default, 'interactive or 'bBox.

Argument

s_style

One of the following symbols: 'default, 'interactive or 'bBox. If you specify 'default, new windows appear with the size and location specified programmatically. If you specify 'interactive, you must place new windows yourself interactively. 'bBox is an alternative value for 'interactive.

Values Returned

t

The style is set.

nil

There was an error.

Related Topics

Window Functions

hiUndockWindow

hiOpenWindow


Return to top
 ⠀
X