infoWindowPos
layoutXL infoWindowPos string "pair_of_coordinates"
Description
Specifies the position and size of the information window on the screen. It is used by the autoArrange environment variable when rearranging the Layout XL windows on startup.
By default, the information window is positioned at the top left corner of the screen.
Arguments
|
A pair of coordinates enclosed in quotation marks specifying the lower left and upper right corners of the information window |
GUI Equivalent
Examples
envGetVal("layoutXL" "infoWindowPos")
envSetVal("layoutXL" "infoWindowPos" 'string "((1.0 4.0) (480.0 275.0))")
Related Topics
List of Layout XL Environment Variables
Return to top