ciwWindow
layoutXL ciwWindow string "pair_of_coordinates"
Description
Specifies the position and size of the command interpreter window (CIW) on the screen.
By default, the CIW 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 CIW; for example, "((0.0 0.0) (600.0 300.0))" |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "ciwWindow")
envSetVal("layoutXL" "ciwWindow" 'string "((3.0 3.0) (750.0 180.0))")
Related Topics
List of Layout XL Environment Variables
Return to top