Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<bindings id="sidebarSplitterBindings.xml"
<binding id="sidebar-tab" extends="xul:button">
<content>
<xul:hbox class="sidebar-tab-left-box">
<xul:spacer class="sidebar-tab-left"/>
<xul:label class="sidebar-tab-text" xbl:inherits="value=label,accesskey" crop="right" flex="1"/>
</xul:hbox>
<xul:vbox class="sidebar-tab-right-box" flex="1">
<xul:hbox class="sidebar-tab-right-top-box">
<xul:image class="sidebar-tab-right-img"/>
<xul:spacer class="sidebar-tab-right-line" flex="1"/>
</xul:hbox>
<xul:spacer class="sidebar-tab-right-btm" flex="1"/>
</xul:vbox>
</content>
</binding>
<binding id="DEAD" extends="xul:button">
<content>
<xul:vbox class="sidebar-tab-left">
<xul:spacer class="sidebar-tab-left-top" xbl:inherits="selected,first-panel-after-selected,top-panel,last-panel"/>
<xul:spacer class="sidebar-tab-left-mid" xbl:inherits="selected,first-panel-after-selected,top-panel,last-panel"
flex="1"/>
<xul:spacer class="sidebar-tab-left-btm" xbl:inherits="selected,first-panel-after-selected,top-panel,last-panel"/>
</xul:vbox>
<xul:stack class="sidebar-tab-mid-1">
<xul:vbox class="sidebar-tab-mid-2">
<xul:spacer class="sidebar-tab-mid-top" xbl:inherits="selected,first-panel-after-selected,top-panel,last-panel"
flex="1"/>
<xul:spacer class="sidebar-tab-mid-btm" xbl:inherits="selected,first-panel-after-selected,top-panel,last-panel"/>
</xul:vbox>
<xul:vbox class="sidebar-tab-text-box">
<xul:label class="sidebar-tab-text" xbl:inherits="value=label" crop="right"/>
</xul:vbox>
</xul:stack>
<xul:vbox class="sidebar-tab-right">
<xul:spacer class="sidebar-tab-right-top" xbl:inherits="selected,first-panel-after-selected,top-panel,last-panel"/>
<xul:spacer class="sidebar-tab-right-mid" xbl:inherits="selected,first-panel-after-selected,top-panel,last-panel"
flex="1"/>
<xul:spacer class="sidebar-tab-right-btm" xbl:inherits="selected,first-panel-after-selected,top-panel,last-panel"/>
</xul:vbox>
<xul:spacer class="sidebar-tab-rightcap" flex="1"/>
</content>
</binding>
<binding id="sidebarheader">
<content>
<xul:label class="sidebar-header-text" xbl:inherits="value=label,crop" crop="right" flex="1"/>
<xul:hbox>
<children/>
</xul:hbox>
</content>
</binding>
</bindings>