leResizeLSW
leResizeLSW(
l_bBox
)
=> t / nil
Description
Sets the Layer Selection Window’s (LSW) bounding box to l_bBox. The bounding box specifies the lower left and upper right corners of the LSW window.
This SKILL function is not supported in Palette assistants. On execution of this SKILL function, the following warning message is displayed.
WARNING (LE-105566): The SKILL function leResizeLSW cannot be used because the LSW is disabled. The Palette assistants are enabled as replacements for the LSW. To enable LSW, set the UNIX shell environment variable CDS_PALETTE_OFF before launching Virtuoso.
Arguments
|
List of two window coordinates specifying the lower left corner and the upper right corner of the LSW. |
Value Returned
Example
Moves the LSW lower left corner to 20:20 and stretches the upper right corner to 220:820. The resulting LSW, excluding the border and window title, is 200 pixels wide and 800 pixels high.
leResizeLSW( list( 20:20 220:820) )
Return to top