| 1 | <?xml version="1.0"?> |
| 2 | |
| 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"> |
| 8 | |
| 9 | <!-- :::/ widgets \ ::::::::::::::::::::::::::::::::::::::::::::::::::::: --> |
| 10 | |
| 11 | <binding id="toolbar-menu-button" display="xul:menu" |
| 12 | extends="chrome://global/content/widgets/toolbarbutton.xml#menu-button"> |
| 13 | <content> |
| 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 | align,dir,pack,orient"/> |
| 20 | <xul:dropmarker type="menu-button" xbl:inherits="open,disabled" |
| 21 | class="toolbarbutton-menubutton-dropmarker"/> |
| 22 | </xul:stack> |
| 23 | </content> |
| 24 | </binding> |
| 25 | |
| 26 | <binding id="toolbar" extends="chrome://global/content/widgets/toolbar.xml#toolbar"> |
| 27 | <content> |
| 28 | <xul:hbox class="toolbar-begcap"/> |
| 29 | <xul:hbox flex="1" class="toolbar-holder" align="center" |
| 30 | xbl:inherits="collapsed,last-toolbar,orient=tborient,align=tbalign,pack=tbpack"> |
| 31 | <children/> |
| 32 | </xul:hbox> |
| 33 | <xul:hbox class="toolbar-endcap"/> |
| 34 | </content> |
| 35 | </binding> |
| 36 | |
| 37 | </bindings> |