<?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="navbox">
  <content>
    <xul:box orient="vertical">
      <xul:button value="Up"/>
      <xul:box orient="horizontal">
        <xul:button value="Left"/>
        <children/>
        <xul:button value="Right"/>
      </xul:box>
      <xul:button value="Down"/>
    </xul:box>
  </content>
</binding>


</bindings>
