mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
66 lines
2.7 KiB
XML
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>
|