layoutWindow
layoutXL layoutWindow string "pair_of_coordinates"
Description
Specifies the position and size of the layout window on the screen.
By default, the layout window is positioned in the bottom left corner of the screen.
Arguments
|
A pair of coordinates enclosed in quotation marks specifying the lower left and upper right corners of the layout window; for example, "((577.0 89.0) (1268.0 992.0))" |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "layoutWindow")
envSetVal("layoutXL" "layoutWindow" 'string "((435.0 52.0) (1588.0 1165.0))")
Related Topics
List of Layout XL Environment Variables
Return to top