RetroZilla/themes/modern/communicator/sidebar/sidebarBindings.xml
2015-10-20 23:03:22 -04:00

66 lines
2.7 KiB
XML

<?xml version="1.0"?>
<bindings id="sidebarSplitterBindings.xml"
xmlns="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:xbl="http://www.mozilla.org/xbl">
<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>