This version is out of date, covering development from v8.0.0 to v8.x.x. 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 v8 Icon

window tag

The window tag is direct child of the windows tag. The individual windows are listed in front-to-back order, i.e. the first listed is the frontmost in the UI. Example:

<window bounds="Rect[ 933 915 1433 1265]" /> 

<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.

Note that unlike for utility windows, no ID argument is needed.