21384789 |
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" |
0697ec23 |
12 | extends="chrome://global/content/widgets/toolbarbutton.xml#menu-button"> |
21384789 |
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 | buttonover,buttondown,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 | </bindings> |