3 <bindings id="globalBindings"
4 xmlns="http://www.mozilla.org/xbl"
5 xmlns:html="http://www.w3.org/1999/xhtml"
6 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
7 xmlns:xbl="http://www.mozilla.org/xbl">
9 <!-- :::/ widgets \ ::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
11 <binding id="toolbar-menu-button" display="xul:menu"
12 extends="chrome://global/content/widgets/toolbarbutton.xml#menu-button">
14 <children includes="observes|template|menupopup|tooltip"/>
15 <xul:stack class="box-inherit toolbarbutton-menubutton-stack" flex="1">
16 <xul:toolbarbutton class="box-inherit toolbarbutton-menubutton-button"
17 anonid="button" allowevents="true"
18 xbl:inherits="disabled,image,label,crop,accesskey,command,
19 buttonover,buttondown,align,dir,pack,orient"/>
20 <xul:dropmarker type="menu-button" xbl:inherits="open,disabled"
21 class="toolbarbutton-menubutton-dropmarker"/>