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

pteShowAllTools

pteShowAllTools(
t_panelName
[ w_windowId ]
)
=> t / nil

Description

Displays all the toolbars in the specified Palette panel.

Arguments

t_panelName

Name of the Palette panel.
Valid values: Layers, Objects, and Grids

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

All toolbars in the specified Palette panel were displayed.

nil

The command was unsuccessful.

Examples

pteShowAllTools("Layers")
pteShowAllTools("Layers" window(2))

Return to top
 ⠀
X