Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

vfoGRUpdateCreateFormSize

vfoGRUpdateCreateFormSize(
x_width
x_height
)
=> t / nil

Description

Resizes the Create Guard Ring forms, including the form used for modgens. This function updates the size of all tabs and subtabs proportionately. However, there is no change in the size of the fields on the form.

You should call the vfoGRUpdateCreateFormSize function before the Create Guard Ring form is launched in a Virtuoso session, otherwise the Create Guard Ring form will not be resized. This function can be called in the .cdsinit or libInit.il.

Arguments

x_width

An integer value that represents the width of the Create Guard Ring form in pixels.

x_height

An integer value that represents the height of the Create Guard Ring form in pixels.

Value Returned

t

The Create Guard Ring form was resized.

nil

The command was unsuccessful.

Example

vfoGRUpdateCreateFormSize(500 700)

Return to top
 ⠀
X