2000-06-04 09:43:20 +04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<bindings id="globalBindings"
|
|
|
|
xmlns="http://www.mozilla.org/xbl"
|
2001-04-30 22:58:08 +04:00
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
2000-06-04 09:43:20 +04:00
|
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
2001-04-30 22:58:08 +04:00
|
|
|
<!-- :::/ toolbar \ ::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="toolbargrippy" extends="chrome://global/content/bindings/toolbar.xml#toolbargrippy">
|
2001-08-04 10:21:59 +04:00
|
|
|
<content>
|
|
|
|
<xul:spring class="toolbargrippy-top"/>
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:spring class="toolbargrippy-mid" flex="1"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:spring class="toolbargrippy-btm"/>
|
2001-04-30 22:58:08 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="toolbargrippy-collapsed" extends="chrome://global/content/bindings/toolbar.xml#toolbargrippy">
|
2001-04-30 22:58:08 +04:00
|
|
|
<content>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:spring class="toolbargrippy-collapsed-left"/>
|
|
|
|
<xul:spring class="toolbargrippy-collapsed-right" flex="1"/>
|
2001-04-30 22:58:08 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<!-- :::/ widgets \ ::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="button" extends="chrome://global/content/bindings/button.xml#button-base">
|
2001-03-16 05:56:38 +03:00
|
|
|
<content>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="button-box-left" inherits="default,disabled">
|
2000-10-06 01:25:13 +04:00
|
|
|
<xul:spring class="button-left-top" inherits="default,disabled"/>
|
|
|
|
<xul:spring class="button-left-mid" inherits="default,disabled" flex="1"/>
|
|
|
|
<xul:spring class="button-left-btm" inherits="default,disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2000-10-06 01:25:13 +04:00
|
|
|
|
2000-10-10 04:06:03 +04:00
|
|
|
<xul:stack class="button-stack" flex="1">
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="button-box-mid" inherits="default,disabled">
|
2000-10-10 04:06:03 +04:00
|
|
|
<xul:spring class="button-mid-top" inherits="default,disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:spring class="button-mid-mid" inherits="default,disabled" flex="1"/>
|
2000-10-10 04:06:03 +04:00
|
|
|
<xul:spring class="button-mid-btm" inherits="default,disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2000-10-10 04:06:03 +04:00
|
|
|
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox class="button-text-box" align="center" pack="center">
|
|
|
|
<xul:image class="button-icon-mid" inherits="src"/>
|
|
|
|
<xul:text class="button-text-mid" inherits="default,value=label,crop,accesskey"/>
|
|
|
|
<children/>
|
|
|
|
</xul:hbox>
|
|
|
|
</xul:stack>
|
2000-10-06 01:25:13 +04:00
|
|
|
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="button-box-right" inherits="default,disabled">
|
2000-10-06 01:25:13 +04:00
|
|
|
<xul:spring class="button-right-top" inherits="default,disabled"/>
|
|
|
|
<xul:spring class="button-right-mid" inherits="default,disabled" flex="1"/>
|
|
|
|
<xul:spring class="button-right-btm" inherits="default,disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
|
|
|
|
2001-03-16 05:56:38 +03:00
|
|
|
<children includes="menupopup"/>
|
2000-09-13 14:46:20 +04:00
|
|
|
</content>
|
2001-06-28 13:15:38 +04:00
|
|
|
|
|
|
|
<resources>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-lft-top.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-lft-mid.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-lft-btm.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-mid-top.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-mid-btm.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-rit-top.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-rit-mid.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-act-rit-btm.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-lft-top.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-lft-mid.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-lft-btm.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-mid-top.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-mid-btm.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-rit-top.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-rit-mid.gif"/>
|
|
|
|
<image src="chrome://global/skin/button/btn-def-act-rit-btm.gif"/>
|
|
|
|
</resources>
|
2000-09-13 14:46:20 +04:00
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="menulist" extends="chrome://global/content/bindings/menulist.xml#menulist">
|
2001-04-30 22:58:08 +04:00
|
|
|
<content>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="menulist-box-left" inherits="disabled">
|
2000-10-06 01:25:13 +04:00
|
|
|
<xul:spring class="menulist-left-top" inherits="disabled"/>
|
|
|
|
<xul:spring class="menulist-left-mid" inherits="disabled" flex="1"/>
|
|
|
|
<xul:spring class="menulist-left-btm" inherits="disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2000-09-13 14:46:20 +04:00
|
|
|
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:stack class="menulist-stack" flex="1">
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="menulist-box-mid" inherits="disabled">
|
2000-10-10 04:06:03 +04:00
|
|
|
<xul:spring class="menulist-mid-top" inherits="disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:spring class="menulist-mid-mid" inherits="disabled" flex="1"/>
|
2000-10-10 04:06:03 +04:00
|
|
|
<xul:spring class="menulist-mid-btm" inherits="disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2000-10-06 01:25:13 +04:00
|
|
|
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox class="menulist-text-box" align="center">
|
|
|
|
<xul:image class="menulist-icon-mid" inherits="src"/>
|
|
|
|
<xul:text class="menulist-text-mid" inherits="value=label,crop,accesskey" crop="right" flex="1"/>
|
|
|
|
</xul:hbox>
|
|
|
|
</xul:stack>
|
2000-10-10 04:06:03 +04:00
|
|
|
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="menulist-box-right" inherits="disabled">
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:stack flex="1">
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox>
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:spring class="menulist-right-top" inherits="disabled"/>
|
|
|
|
<xul:spring class="menulist-right-mid" inherits="disabled" flex="1"/>
|
|
|
|
<xul:spring class="menulist-right-btm" inherits="disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
|
|
|
<xul:hbox class="menulist-dropmarker-box" align="center" pack="center">
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:image class="menulist-dropmarker" inherits="disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
2001-04-30 22:58:08 +04:00
|
|
|
</xul:stack>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2001-04-30 22:58:08 +04:00
|
|
|
<children includes="menupopup"/>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="menulist-editable" extends="chrome://global/content/bindings/menulist.xml#menulist-editable">
|
2001-04-30 22:58:08 +04:00
|
|
|
<content>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox flex="1" class="menulist-editable-box">
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:image class="menu-icon" inherits="src"/>
|
|
|
|
<html:input type="text" class="menulist-editable-text" flex="1" inherits="value=label,disabled"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox class="menu-dropmarker-box" align="center">
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:image class="menu-dropmarker"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
|
|
|
</xul:hbox>
|
2001-03-16 05:56:38 +03:00
|
|
|
<children includes="menupopup"/>
|
2000-09-13 14:46:20 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="menulist-compact" extends="chrome://global/content/bindings/menulist.xml#menulist">
|
2001-03-16 05:56:38 +03:00
|
|
|
<content flex="1">
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox class="menulist-compact-internal-box" flex="1" align="center">
|
2001-02-02 05:18:13 +03:00
|
|
|
<xul:image class="menulist-compact-dropmarker" inherits="disabled"/>
|
|
|
|
<xul:spring flex="1"/>
|
2001-03-22 03:59:29 +03:00
|
|
|
<xul:text class="menulist-compact-text" inherits="value=label,accesskey,crop,disabled" crop="right"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
2001-03-16 05:56:38 +03:00
|
|
|
<children includes="menupopup"/>
|
2001-02-02 05:18:13 +03:00
|
|
|
</content>
|
|
|
|
</binding>
|
2001-04-30 22:58:08 +04:00
|
|
|
|
2001-05-19 02:29:07 +04:00
|
|
|
<binding id="menubutton-single" extends="chrome://global/content/bindings/menubutton.xml#menubutton-base">
|
2001-04-30 22:58:08 +04:00
|
|
|
<content>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox class="menubutton-single-internal-box" flex="1">
|
2001-05-19 02:29:07 +04:00
|
|
|
<xul:button class="menubutton-single-button" flex="1" inherits="open,label,disabled">
|
|
|
|
<xul:image class="menubutton-single-dropmarker" inherits="open,disabled"/>
|
|
|
|
</xul:button>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
2001-04-30 22:58:08 +04:00
|
|
|
<children includes="menupopup"/>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="progressmeter"
|
|
|
|
extends="chrome://global/content/bindings/progressmeter.xml#progressmeter">
|
2001-06-28 13:15:38 +04:00
|
|
|
<content>
|
2001-03-16 05:56:38 +03:00
|
|
|
<xul:progressbar class="progressmeter-progressbar" inherits="value,mode,statusbar" flex="1">
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:spring class="progress-bar" inherits="mode"/>
|
|
|
|
<xul:spring class="progress-remainder" inherits="mode"/>
|
2001-03-16 05:56:38 +03:00
|
|
|
</xul:progressbar>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="splitter"
|
|
|
|
extends="chrome://global/content/bindings/splitter.xml#splitter">
|
2001-08-04 10:21:59 +04:00
|
|
|
<content>
|
|
|
|
<xul:hbox class="splitter-internal-box" flex="1" align="center" pack="center">
|
2001-04-30 22:58:08 +04:00
|
|
|
<children/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
2001-04-30 22:58:08 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="treecell-header"
|
|
|
|
extends="chrome://global/content/bindings/tree.xml#treecell-header">
|
2001-04-30 22:58:08 +04:00
|
|
|
<content>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="treecell-header-box" flex="1" align="center">
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:image class="tree-header-image" inherits="src"/>
|
|
|
|
<xul:text class="tree-header-text" inherits="crop,value=label" flex="1" crop="right"/>
|
|
|
|
<xul:image class="tree-header-sortdirection"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:vbox>
|
2001-04-30 22:58:08 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<!-- :::/ scrollbar \ ::::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="thumb-vertical"
|
|
|
|
extends="chrome://global/content/bindings/scrollbar.xml#thumb">
|
2001-08-04 10:21:59 +04:00
|
|
|
<content>
|
|
|
|
<xul:vbox flex="1">
|
|
|
|
<xul:spring class="thumb-vert-spring-top"/>
|
|
|
|
<xul:vbox flex="1" class="thumb-vert-box-middle">
|
|
|
|
<xul:spring flex="1"/>
|
|
|
|
<xul:spring class="thumb-vert-grippy"/>
|
|
|
|
<xul:spring flex="1"/>
|
|
|
|
</xul:vbox>
|
|
|
|
<xul:spring class="thumb-vert-spring-bottom"/>
|
|
|
|
</xul:vbox>
|
2000-09-13 14:46:20 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-05-12 09:02:09 +04:00
|
|
|
<binding id="thumb-horizontal"
|
|
|
|
extends="chrome://global/content/bindings/scrollbar.xml#thumb">
|
2000-09-13 14:46:20 +04:00
|
|
|
<content>
|
|
|
|
<xul:spring class="thumb-horz-spring-left"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox flex="1" class="thumb-horz-box-middle">
|
2000-09-13 14:46:20 +04:00
|
|
|
<xul:spring flex="1"/>
|
2001-06-28 13:15:38 +04:00
|
|
|
<xul:spring class="thumb-horz-grippy"/>
|
2000-09-13 14:46:20 +04:00
|
|
|
<xul:spring flex="1"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
2000-09-13 14:46:20 +04:00
|
|
|
<xul:spring class="thumb-horz-spring-right"/>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2001-06-28 13:15:38 +04:00
|
|
|
<!-- :::/ mini scrollbar \ ::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
|
|
|
<binding id="iframe-miniscroll" extends="chrome://global/content/bindings/general.xml#iframe">
|
|
|
|
<content usechromesheets="chrome://global/skin/scrollbars-mini.css"/>
|
|
|
|
</binding>
|
|
|
|
|
2001-07-24 14:59:27 +04:00
|
|
|
<binding id="browser-miniscroll" extends="chrome://global/content/bindings/browser.xml#browser">
|
2001-06-28 13:15:38 +04:00
|
|
|
<content usechromesheets="chrome://global/skin/scrollbars-mini.css"/>
|
|
|
|
</binding>
|
|
|
|
|
|
|
|
<binding id="scrollbar-mini" extends="chrome://global/content/bindings/scrollbar.xml#scrollbar">
|
|
|
|
<resources>
|
|
|
|
<stylesheet src="chrome://global/skin/scrollbars-mini.css"/>
|
|
|
|
</resources>
|
|
|
|
</binding>
|
|
|
|
|
2001-04-30 22:58:08 +04:00
|
|
|
<!-- :::/ tab control \ ::::::::::::::::::::::::::::::::::::::::::::::::: -->
|
|
|
|
|
2001-05-15 22:28:25 +04:00
|
|
|
<binding id="tab" extends="chrome://global/content/bindings/tabbox.xml#tab">
|
2001-04-30 22:58:08 +04:00
|
|
|
<content orient="horizontal">
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:vbox class="tab-left">
|
|
|
|
<xul:spring class="tab-left-top" inherits="selected"/>
|
|
|
|
<xul:spring class="tab-left-mid" inherits="selected" flex="1"/>
|
|
|
|
<xul:spring class="tab-left-btm" inherits="selected"/>
|
|
|
|
</xul:vbox>
|
|
|
|
<xul:vbox flex="1" class="tab-mid" inherits="selected">
|
|
|
|
<xul:spring class="tab-mid-top" inherits="selected"/>
|
|
|
|
<xul:hbox class="tab-mid-mid" align="center" pack="center" flex="1">
|
|
|
|
<xul:image class="tab-icon"/>
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:text flex="1" inherits="value=label,crop,accesskey" crop="right" class="tab-text"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
|
|
|
<xul:spring class="tab-mid-btm" inherits="selected"/>
|
|
|
|
</xul:vbox>
|
|
|
|
<xul:vbox class="tab-right">
|
|
|
|
<xul:spring class="tab-right-top" inherits="selected"/>
|
|
|
|
<xul:spring class="tab-right-mid" inherits="selected" flex="1"/>
|
|
|
|
<xul:spring class="tab-right-btm" inherits="selected"/>
|
|
|
|
</xul:vbox>
|
2000-09-14 14:35:21 +04:00
|
|
|
</content>
|
|
|
|
</binding>
|
2001-04-30 22:58:08 +04:00
|
|
|
|
2001-05-15 22:28:25 +04:00
|
|
|
<binding id="tabs" extends="chrome://global/content/bindings/tabbox.xml#tabs">
|
2000-09-14 14:35:21 +04:00
|
|
|
<content>
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:spring class="tabs-left-cap"/>
|
|
|
|
<xul:spring class="tabs-left"/>
|
2001-08-04 10:21:59 +04:00
|
|
|
<xul:hbox class="tabs-mid">
|
2001-04-30 22:58:08 +04:00
|
|
|
<children/>
|
2001-08-04 10:21:59 +04:00
|
|
|
</xul:hbox>
|
2001-04-30 22:58:08 +04:00
|
|
|
<xul:spring class="tabs-right" flex="1"/>
|
|
|
|
<xul:spring class="tabs-right-cap"/>
|
|
|
|
</content>
|
2001-03-16 05:56:38 +03:00
|
|
|
</binding>
|
|
|
|
|
2001-07-12 13:59:29 +04:00
|
|
|
<binding id="row-iconic" extends="xul:row">
|
2001-08-04 10:21:59 +04:00
|
|
|
<content>
|
|
|
|
<xul:hbox align="center">
|
2001-07-12 13:59:29 +04:00
|
|
|
<xul:image class="row-iconic-icon"/>
|
|
|
|
<children/>
|
|
|
|
</xul:hbox>
|
|
|
|
</content>
|
|
|
|
</binding>
|
|
|
|
|
2000-08-25 09:25:46 +04:00
|
|
|
</bindings>
|