This version is out of date, covering development from v9.0.0 to v9.3.0. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v9 Icon

window tag

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.