The window
tag is direct child of the windows
tag. It stores all the tabs currently defined for that window:
Example:
< bounds="Rect[ 503 243 1403 843]" ruler="0" toolbar="0" >
<tabs>
[one or more <tab>
tags]</tabs>
</window>
bounds. A space delimited array of 4 numbers being the screen pixel {x,y} co-ordinates of the top-left and bottom-right corners of the window.
ruler. Show/hide state of the ruler in the text pane's $Text area. A value '0' (default) means hidden, '1' means shown.
toolbar. Show/hide state of the toolbar at the top of the window. A value '0' (default) means hidden, '1' means shown.
Note that unlike for utility windows, no ID argument is needed.