mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<bindings id="globalBindings"
|
||
|
xmlns="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"
|
||
|
xmlns:xbl="http://www.mozilla.org/xbl">
|
||
|
|
||
|
<!-- :::/ widgets \ ::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
||
|
|
||
|
<binding id="toolbar-menu-button" display="xul:menu"
|
||
|
extends="chrome://global/content/bindings/toolbarbutton.xml#menu-button">
|
||
|
<content>
|
||
|
<children includes="observes|template|menupopup|tooltip"/>
|
||
|
<xul:stack class="box-inherit toolbarbutton-menubutton-stack" flex="1">
|
||
|
<xul:toolbarbutton class="box-inherit toolbarbutton-menubutton-button"
|
||
|
anonid="button" allowevents="true"
|
||
|
xbl:inherits="disabled,image,label,crop,accesskey,command,
|
||
|
buttonover,buttondown,align,dir,pack,orient"/>
|
||
|
<xul:dropmarker type="menu-button" xbl:inherits="open,disabled"
|
||
|
class="toolbarbutton-menubutton-dropmarker"/>
|
||
|
</xul:stack>
|
||
|
</content>
|
||
|
</binding>
|
||
|
|
||
|
</bindings>
|