<?xml version="1.0"?><!-- describe Macro Bar, syntax inspired by HTML tables -->
<MacroBar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://mindprod.com/jgloss/snippet/macrobar.xsd">

<hide keystroke="Ctrl-Alt-H"/>
<reveal keystroke="Ctrl-Alt-R"/>
<!-- specify a grid with alpha colour -->
<table cellwidth="20" cellheight="20" background-color="ff000000">
<tr>
<td><cell macro="close" src="redsquare.png"/></td>
<td><cell macro="open" src="greensquare.png"/></td>
<td><cell macro="term" src="t.png"/></td>
<td><cell macro="faves" src="strawberry.png"/></td>
</tr>

<tr>
<td><cell macro="date" src="calendar.png"/></td>
<td><cell macro="link" src="chainlink.png"/></td>
<td><cell macro="editwhatsnew" src="plant.png"/></td>
<td><cell macro="hide" src="X.png"/></td></tr>
</table>

<!-- arbitrary pattern, alternatively specify position of center of each cell. -->
<!-- e.g. simulated keyboards, concentric circles, spirals -->
<constelllation width="200" height="100" background-color="ffe0e0ff">
<star macro="quit" src="q.png" x="10" y="10"/>
<star macro="write" src="w.png" x="30" y="10"/>
<star macro="extract" src="e.png" x="50" y="10"/>
</constelllation>

</MacroBar>