<?xml version="1.0"?>

<bindings
  xmlns="http://www.mozilla.org/xbl"
  xmlns:xbl="http://www.mozilla.org/xbl"
  xmlns:html="http://www.w3.org/1999/xhtml"
  xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <binding id="zoombox">
  <content>
    <xul:box flex="1" orient="horizontal">
      <xul:button value="Zoom In"/>
      <xul:box flex="1" style="border: 1px solid black">
        <children/>
      </xul:box>
      <xul:button value="Zoom Out"/>
    </xul:box>
  </content>
</binding>


</bindings>
