Commit | Line | Data |
---|---|---|
351107c9 | 1 | <?xml version="1.0"?> |
2 | ||
3 | <bindings id="globalBindings" | |
b1eaa419 | 4 | xmlns="http://www.mozilla.org/xbl" |
b1e5c9b1 | 5 | xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
6 | xmlns:xbl="http://www.mozilla.org/xbl"> | |
b1eaa419 | 7 | |
f98e9249 RK |
8 | <binding id="radio" |
9 | extends="chrome://global/content/bindings/radio.xml#radio"> | |
b1eaa419 | 10 | <content> |
c3af6803 | 11 | <xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled"> |
b1eaa419 | 12 | <xul:hbox class="radio-check-box2" flex="1"> |
c3af6803 | 13 | <xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/> |
b1eaa419 | 14 | </xul:hbox> |
15 | </xul:hbox> | |
f98e9249 | 16 | <xul:hbox class="radio-label-box" align="center" flex="1"> |
c3af6803 | 17 | <xul:image class="radio-icon" xbl:inherits="src"/> |
18 | <xul:label class="radio-label" xbl:inherits="xbl:text=label,accesskey,crop" flex="1"/> | |
b1eaa419 | 19 | </xul:hbox> |
20 | </content> | |
21 | </binding> | |
351107c9 | 22 | |
3d6dd546 | 23 | <binding id="radio-with-spacing" |
24 | extends="chrome://global/skin/globalBindings.xml#radio"> | |
25 | ||
26 | <content> | |
27 | <xul:hbox class="radio-spacer-box"> | |
28 | <xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled"> | |
29 | <xul:hbox class="radio-check-box2" flex="1"> | |
30 | <xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/> | |
31 | </xul:hbox> | |
32 | </xul:hbox> | |
33 | </xul:hbox> | |
34 | <xul:hbox class="radio-label-center-box" flex="1"> | |
35 | <xul:hbox class="radio-label-box" flex="1"> | |
36 | <xul:image class="radio-icon" xbl:inherits="src"/> | |
37 | <xul:label class="radio-label" xbl:inherits="xbl:text=label,accesskey,crop" flex="1"/> | |
38 | </xul:hbox> | |
39 | </xul:hbox> | |
40 | </content> | |
41 | </binding> | |
42 | ||
4b1ccdb4 RK |
43 | <binding id="toolbarpaletteitem-spacer" |
44 | extends="chrome://global/content/bindings/toolbar.xml#toolbarpaletteitem"> | |
45 | <content> | |
46 | <xul:spacer class="spacer-left"/> | |
47 | <children/> | |
48 | <xul:spacer class="spacer-right"/> | |
49 | </content> | |
50 | </binding> | |
51 | ||
e82e1bf4 | 52 | |
f1d07a65 | 53 | <binding id="statusbar" extends="chrome://global/content/bindings/general.xml#statusbar"> |
351107c9 | 54 | <content> |
55 | <xul:box class="statusbar-left"/> | |
56 | <xul:hbox class="statusbar-center" autostretch="never" flex="1"> | |
57 | <children/> | |
58 | </xul:hbox> | |
59 | <xul:box class="statusbar-right"/> | |
60 | </content> | |
61 | </binding> | |
62 | ||
63 | <binding id="toolbar" extends="chrome://global/content/bindings/toolbar.xml#toolbar"> | |
dd676468 | 64 | <content> |
d0646e4a RK |
65 | <xul:hbox flex="1" class="toolbar-box"> |
66 | <xul:vbox class="toolbar-startcap"/> | |
67 | <xul:hbox flex="1" class="toolbar-holder" align="center" | |
68 | xbl:inherits="collapsed,last-toolbar,orient=tborient,align=tbalign,pack=tbpack"> | |
69 | <children/> | |
70 | </xul:hbox> | |
71 | <xul:vbox class="toolbar-endcap"/> | |
dd676468 | 72 | </xul:hbox> |
dd676468 RK |
73 | </content> |
74 | </binding> | |
75 | ||
43cc2806 RK |
76 | <binding id="toolbar-browsercustom" extends="chrome://browser/content/customizableui/toolbar.xml#toolbar"> |
77 | <content> | |
78 | <xul:hbox flex="1" class="toolbar-box"> | |
79 | <xul:vbox class="toolbar-startcap"/> | |
80 | <xul:hbox flex="1" class="toolbar-holder" align="center" | |
81 | xbl:inherits="collapsed,last-toolbar,orient=tborient,align=tbalign,pack=tbpack"> | |
82 | <children/> | |
83 | </xul:hbox> | |
84 | <xul:vbox class="toolbar-endcap"/> | |
85 | </xul:hbox> | |
86 | </content> | |
87 | </binding> | |
88 | ||
89 | <binding id="toolbar-drag-browsercustom" extends="chrome://browser/content/customizableui/toolbar.xml#toolbar-drag"> | |
90 | <content> | |
91 | <xul:hbox flex="1" class="toolbar-box"> | |
92 | <xul:vbox class="toolbar-startcap"/> | |
93 | <xul:hbox flex="1" class="toolbar-holder" align="center" | |
94 | xbl:inherits="collapsed,last-toolbar,orient=tborient,align=tbalign,pack=tbpack"> | |
95 | <children/> | |
96 | </xul:hbox> | |
97 | <xul:vbox class="toolbar-endcap"/> | |
98 | </xul:hbox> | |
99 | </content> | |
100 | </binding> | |
101 | ||
41279e76 RK |
102 | <binding id="toolbar-menubar-autohide" extends="chrome://global/content/bindings/toolbar.xml#toolbar-menubar-autohide"> |
103 | <content> | |
104 | <xul:hbox flex="1" class="toolbar-box"> | |
105 | <xul:vbox class="toolbar-startcap"/> | |
106 | <xul:hbox flex="1" class="toolbar-holder" align="center" | |
107 | xbl:inherits="collapsed,last-toolbar,orient=tborient,align=tbalign,pack=tbpack"> | |
108 | <children/> | |
109 | </xul:hbox> | |
110 | <xul:vbox class="toolbar-endcap"/> | |
111 | </xul:hbox> | |
112 | </content> | |
113 | </binding> | |
114 | ||
43cc2806 RK |
115 | <binding id="toolbar-menubar-autohide-browsercustom" extends="chrome://browser/content/customizableui/toolbar.xml#toolbar-menubar-autohide"> |
116 | <content> | |
117 | <xul:hbox flex="1" class="toolbar-box"> | |
118 | <xul:vbox class="toolbar-startcap"/> | |
119 | <xul:hbox flex="1" class="toolbar-holder" align="center" | |
120 | xbl:inherits="collapsed,last-toolbar,orient=tborient,align=tbalign,pack=tbpack"> | |
121 | <children/> | |
122 | </xul:hbox> | |
123 | <xul:vbox class="toolbar-endcap"/> | |
124 | </xul:hbox> | |
125 | </content> | |
126 | </binding> | |
127 | ||
dd676468 RK |
128 | <binding id="menubar" extends="chrome://global/content/bindings/toolbar.xml#menubar"> |
129 | <resources> | |
130 | <stylesheet src="chrome://global/skin/toolbar.css"/> | |
131 | </resources> | |
132 | ||
133 | <content> | |
d0646e4a RK |
134 | <xul:hbox flex="1" class="toolbar-box"> |
135 | <xul:vbox class="menubar-startcap"/> | |
136 | <xul:hbox flex="1" class="toolbar-holder" xbl:inherits="collapsed,last-toolbar" align="center"> | |
137 | <children/> | |
138 | </xul:hbox> | |
139 | <xul:vbox class="menubar-endcap"/> | |
dd676468 | 140 | </xul:hbox> |
dd676468 RK |
141 | </content> |
142 | </binding> | |
143 | ||
144 | <binding id="grippytoolbar" extends="chrome://communicator/content/bindings/toolbar.xml#grippytoolbar"> | |
351107c9 | 145 | <content> |
d0646e4a RK |
146 | <xul:hbox flex="1" class="toolbar-box"> |
147 | <xul:toolbargrippy xbl:inherits="last-toolbar,hidden=grippyhidden" | |
148 | tbattr="toolbar-grippy" | |
149 | class="toolbar-grippy"/> | |
150 | <xul:hbox flex="1" class="toolbar-holder" | |
151 | xbl:inherits="collapsed,last-toolbar,orient,align,pack"> | |
152 | <children/> | |
153 | </xul:hbox> | |
154 | <xul:vbox class="toolbar-endcap"/> | |
a5516fb7 | 155 | </xul:hbox> |
a5516fb7 | 156 | </content> |
157 | </binding> | |
158 | ||
c1f7cc84 RK |
159 | <binding id="grippytoolbar-drag" extends="chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-drag"> |
160 | <content> | |
161 | <xul:hbox flex="1" class="toolbar-box"> | |
162 | <xul:toolbargrippy xbl:inherits="last-toolbar,hidden=grippyhidden" | |
163 | tbattr="toolbar-grippy" | |
164 | class="toolbar-grippy"/> | |
165 | <xul:hbox flex="1" class="toolbar-holder" | |
166 | xbl:inherits="collapsed,last-toolbar,orient,align,pack"> | |
167 | <children/> | |
168 | </xul:hbox> | |
169 | <xul:vbox class="toolbar-endcap"/> | |
170 | </xul:hbox> | |
171 | </content> | |
172 | </binding> | |
173 | ||
dd676468 | 174 | <binding id="grippytoolbar-primary" extends="chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-primary"> |
c1f7cc84 RK |
175 | <content> |
176 | <xul:hbox flex="1" class="toolbar-box"> | |
177 | <xul:toolbargrippy xbl:inherits="last-toolbar,hidden=grippyhidden" | |
178 | tbattr="toolbar-grippy" | |
179 | class="toolbar-grippy"/> | |
180 | <xul:hbox flex="1" class="toolbar-holder" | |
181 | xbl:inherits="collapsed,last-toolbar,orient,align,pack"> | |
182 | <children/> | |
183 | </xul:hbox> | |
184 | <xul:vbox class="toolbar-endcap"/> | |
185 | </xul:hbox> | |
186 | </content> | |
187 | </binding> | |
188 | ||
189 | <binding id="grippytoolbar-primary-drag" extends="chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-primary-drag"> | |
a5516fb7 | 190 | <content> |
d0646e4a RK |
191 | <xul:hbox flex="1" class="toolbar-box"> |
192 | <xul:toolbargrippy xbl:inherits="last-toolbar,hidden=grippyhidden" | |
193 | tbattr="toolbar-grippy" | |
194 | class="toolbar-grippy"/> | |
195 | <xul:hbox flex="1" class="toolbar-holder" | |
196 | xbl:inherits="collapsed,last-toolbar,orient,align,pack"> | |
197 | <children/> | |
198 | </xul:hbox> | |
199 | <xul:vbox class="toolbar-endcap"/> | |
351107c9 | 200 | </xul:hbox> |
351107c9 | 201 | </content> |
202 | </binding> | |
203 | ||
13c3af49 | 204 | <binding id="grippytoolbar-menubar" extends="chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-menubar"> |
351107c9 | 205 | <resources> |
206 | <stylesheet src="chrome://global/skin/toolbar.css"/> | |
207 | </resources> | |
208 | ||
209 | <content> | |
d0646e4a RK |
210 | <xul:hbox flex="1" class="toolbar-box"> |
211 | <xul:toolbargrippy xbl:inherits="last-toolbar,hidden=grippyhidden" | |
212 | tbattr="toolbar-grippy" class="toolbar-grippy"/> | |
213 | <xul:hbox flex="1" class="toolbar-holder" xbl:inherits="collapsed,last-toolbar"> | |
214 | <children/> | |
215 | </xul:hbox> | |
216 | <xul:vbox class="menubar-endcap"/> | |
351107c9 | 217 | </xul:hbox> |
351107c9 | 218 | </content> |
219 | </binding> | |
220 | ||
b1e5c9b1 | 221 | </bindings> |