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

hiSetFormMinMaxSize

hiSetFormMinMaxSize(
r_form
g_minSize
g_maxSize
)
=> t / nil

Description

Sets the minimum or maximum size of the form. The size excludes the window manager title and border.

Arguments

r_form

Form whose minimum or maximum size you want to set.

g_minSize

Minimum size of the form, specified as a list of width and height or width:height; or nil.

g_maxSize

Maximum size of the form, specified as a list of width and height or width:height; or nil.

Values Returned

t

The minimum or maximum size of the form was set.

nil

There was an error.

Related Topics

Form and Field Functions


Return to top
 ⠀
X