pteUnmapWindow
pteUnmapWindow(
t_assistantName
[ w_windowId ]
)
=> t / nil
Description
Unmaps (hides, if displayed) the specified Palette panel.
Arguments
|
t_assistantName
|
Name of the panel to be hidden from view. Valid values: Layers, Objects, or Grids in SingleAssistant mode
|
|
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 specified Palette panel was hidden from view.
|
|
nil
|
The command was unsuccessful.
|
Examples
pteUnmapWindow("Layers")
pteUnmapWindow("Layers" window(2))
Return to top