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

pteResizeSingleWindowPalette

pteResizeSingleWindowPalette(
x_width
x_height
)
=> t / nil

Description

Resizes the Palette by using the specified width and height values, if the Palette container type is set to Single Window.

Arguments

x_width

An integer value that represents the width.

x_height

An integer value that represents the height.

Value Returned

t

Palette was resized.

nil

The command was unsuccessful.

Example

pteResizeSingleWindowPalette(200 400)

Return to top
 ⠀
X