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

pteMoveSingleWindowPalette

pteMoveSingleWindowPalette(
x_xcoordinate
x_ycoordinate
)
=> t / nil

Description

Places the upper-left corner of the Palette at the specified x- and y-coordinate, if the Palette container type is set to Single Window.

Arguments

x_xcoordinate

An integer value that represents the x-coordinate.

x_ycoordinate

An integer value that represents the y-coordinate.

Value Returned

t

The Palette was moved to the specified location.

nil

The command was unsuccessful.

Example

pteMoveSingleWindowPalette(50 100)

Return to top
 ⠀
X