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

pteDockWindow

pteDockWindow(
t_assistantName
[ w_windowId ]
) 
=> t / nil

Description

Docks the specified Palette assistant.

Arguments

t_assistantName

Name of the assistant to be docked.

Valid values: Palette in SingleAssistant mode; Layers, Objects, and Grids in MultiAssistant mode

w_windowId

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

Value Returned

t

The specified Palette assistant was docked.

nil

The command was unsuccessful.

Examples

pteDockWindow("Layers")
pteDockWindow("Layers" window(2))

Return to top
 ⠀
X