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

pteSetWindowSynchro

pteSetWindowSynchro(
g_synchronizedState
[ w_windowId ]
)
=> t / nil

Description

Synchronizes or desynchronizes the Palette.

Arguments

g_synchronizedState

If set to t, the Palette is synchronized. If set to nil, the Palette is desynchronized.

w_windowId

ID of the window containing the Palette that you want to update.
Valid values: ID of any open window
Default: Current window

Value Returned

t

The Palette was synchronized or desynchronized, as required.

nil

The command was unsuccessful.

Examples

pteSetWindowSynchro(t)
pteSetWindowSynchro(t window(2))

Return to top
 ⠀
X