ssdiff: move comparison engine into its own file.
[gnumeric.git] / src / dialogs / cell-format-cond.ui
blob3f5041645f56e01d238cd853cb516c0a2d37a9a7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 2.12 -->
4 <object class="GtkDialog" id="CellFormat">
5 <property name="can_focus">False</property>
6 <property name="border_width">6</property>
7 <property name="title" translatable="yes">Conditional Cell Formatting</property>
8 <property name="type_hint">dialog</property>
9 <child internal-child="vbox">
10 <object class="GtkBox" id="vbox1">
11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
13 <property name="orientation">vertical</property>
14 <property name="spacing">6</property>
15 <child>
16 <object class="GtkLabel" id="header-label">
17 <property name="visible">True</property>
18 <property name="can_focus">False</property>
19 <property name="xalign">0</property>
20 </object>
21 <packing>
22 <property name="expand">False</property>
23 <property name="fill">True</property>
24 <property name="position">0</property>
25 </packing>
26 </child>
27 <child internal-child="action_area">
28 <object class="GtkButtonBox" id="hbuttonbox1">
29 <property name="visible">True</property>
30 <property name="can_focus">False</property>
31 <property name="layout_style">end</property>
32 <child>
33 <object class="GtkButton" id="helpbutton">
34 <property name="label">gtk-help</property>
35 <property name="use_action_appearance">False</property>
36 <property name="visible">True</property>
37 <property name="can_focus">True</property>
38 <property name="can_default">True</property>
39 <property name="receives_default">False</property>
40 <property name="use_action_appearance">False</property>
41 <property name="use_stock">True</property>
42 </object>
43 <packing>
44 <property name="expand">False</property>
45 <property name="fill">False</property>
46 <property name="position">0</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkButton" id="closebutton">
51 <property name="label">gtk-close</property>
52 <property name="use_action_appearance">False</property>
53 <property name="visible">True</property>
54 <property name="can_focus">True</property>
55 <property name="can_default">True</property>
56 <property name="has_default">True</property>
57 <property name="receives_default">False</property>
58 <property name="use_action_appearance">False</property>
59 <property name="use_stock">True</property>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">False</property>
64 <property name="position">1</property>
65 </packing>
66 </child>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="pack_type">end</property>
72 <property name="position">0</property>
73 </packing>
74 </child>
75 <child>
76 <object class="GtkGrid" id="format-grid">
77 <property name="visible">True</property>
78 <property name="can_focus">False</property>
79 <property name="column_spacing">5</property>
80 <child>
81 <object class="GtkFrame" id="frame2">
82 <property name="visible">True</property>
83 <property name="can_focus">False</property>
84 <property name="hexpand">True</property>
85 <property name="label_xalign">0</property>
86 <child>
87 <object class="GtkGrid" id="condition-view-grid">
88 <property name="visible">True</property>
89 <property name="can_focus">False</property>
90 <property name="border_width">12</property>
91 <child>
92 <object class="GtkLabel" id="conditions_label">
93 <property name="visible">True</property>
94 <property name="can_focus">False</property>
95 <property name="xpad">5</property>
96 <property name="ypad">5</property>
97 <property name="wrap">True</property>
98 <property name="width_chars">35</property>
99 </object>
100 <packing>
101 <property name="left_attach">0</property>
102 <property name="top_attach">1</property>
103 <property name="width">1</property>
104 <property name="height">1</property>
105 </packing>
106 </child>
107 <child>
108 <object class="GtkButtonBox" id="hbuttonbox2">
109 <property name="visible">True</property>
110 <property name="can_focus">False</property>
111 <property name="layout_style">start</property>
112 <child>
113 <object class="GtkButton" id="conditions_clear">
114 <property name="label">gtk-clear</property>
115 <property name="use_action_appearance">False</property>
116 <property name="visible">True</property>
117 <property name="can_focus">True</property>
118 <property name="receives_default">True</property>
119 <property name="use_action_appearance">False</property>
120 <property name="use_stock">True</property>
121 </object>
122 <packing>
123 <property name="expand">False</property>
124 <property name="fill">False</property>
125 <property name="position">0</property>
126 </packing>
127 </child>
128 <child>
129 <object class="GtkButton" id="conditions_remove">
130 <property name="label">gtk-remove</property>
131 <property name="use_action_appearance">False</property>
132 <property name="visible">True</property>
133 <property name="can_focus">True</property>
134 <property name="receives_default">True</property>
135 <property name="use_action_appearance">False</property>
136 <property name="use_stock">True</property>
137 </object>
138 <packing>
139 <property name="expand">False</property>
140 <property name="fill">False</property>
141 <property name="position">1</property>
142 </packing>
143 </child>
144 <child>
145 <object class="GtkButton" id="conditions_expand">
146 <property name="label" translatable="yes">E_xpand</property>
147 <property name="use_action_appearance">False</property>
148 <property name="visible">True</property>
149 <property name="can_focus">True</property>
150 <property name="receives_default">True</property>
151 <property name="use_action_appearance">False</property>
152 <property name="use_underline">True</property>
153 </object>
154 <packing>
155 <property name="expand">False</property>
156 <property name="fill">False</property>
157 <property name="position">2</property>
158 </packing>
159 </child>
160 </object>
161 <packing>
162 <property name="left_attach">0</property>
163 <property name="top_attach">2</property>
164 <property name="width">1</property>
165 <property name="height">1</property>
166 </packing>
167 </child>
168 <child>
169 <object class="GtkScrolledWindow" id="scrolledwindow1">
170 <property name="height_request">250</property>
171 <property name="visible">True</property>
172 <property name="can_focus">True</property>
173 <property name="hexpand">True</property>
174 <property name="shadow_type">in</property>
175 <child>
176 <object class="GtkTreeView" id="conditions_treeview">
177 <property name="visible">True</property>
178 <property name="can_focus">True</property>
179 <property name="border_width">5</property>
180 <property name="headers_visible">False</property>
181 <property name="enable_search">False</property>
182 <property name="level_indentation">5</property>
183 </object>
184 </child>
185 </object>
186 <packing>
187 <property name="left_attach">0</property>
188 <property name="top_attach">0</property>
189 <property name="width">1</property>
190 <property name="height">1</property>
191 </packing>
192 </child>
193 </object>
194 </child>
195 <child type="label_item">
196 <placeholder/>
197 </child>
198 </object>
199 <packing>
200 <property name="left_attach">0</property>
201 <property name="top_attach">0</property>
202 <property name="width">1</property>
203 <property name="height">1</property>
204 </packing>
205 </child>
206 <child>
207 <object class="GtkButtonBox" id="vbuttonbox1">
208 <property name="visible">True</property>
209 <property name="can_focus">False</property>
210 <property name="orientation">vertical</property>
211 <property name="spacing">5</property>
212 <property name="layout_style">center</property>
213 <child>
214 <object class="GtkButton" id="copy-button">
215 <property name="label">Cop_y ⇒</property>
216 <property name="use_action_appearance">False</property>
217 <property name="visible">True</property>
218 <property name="can_focus">True</property>
219 <property name="receives_default">True</property>
220 <property name="use_action_appearance">False</property>
221 <property name="image">image4</property>
222 <property name="use_underline">True</property>
223 </object>
224 <packing>
225 <property name="expand">False</property>
226 <property name="fill">False</property>
227 <property name="position">0</property>
228 </packing>
229 </child>
230 <child>
231 <object class="GtkButton" id="add-button">
232 <property name="label">⇐ _Add</property>
233 <property name="use_action_appearance">False</property>
234 <property name="visible">True</property>
235 <property name="can_focus">True</property>
236 <property name="receives_default">True</property>
237 <property name="use_action_appearance">False</property>
238 <property name="image">image3</property>
239 <property name="use_underline">True</property>
240 <property name="image_position">right</property>
241 </object>
242 <packing>
243 <property name="expand">False</property>
244 <property name="fill">False</property>
245 <property name="position">1</property>
246 </packing>
247 </child>
248 <child>
249 <object class="GtkButton" id="replace-button">
250 <property name="label">⇐ Re_place</property>
251 <property name="use_action_appearance">False</property>
252 <property name="visible">True</property>
253 <property name="sensitive">False</property>
254 <property name="can_focus">True</property>
255 <property name="receives_default">True</property>
256 <property name="use_action_appearance">False</property>
257 <property name="image">image2</property>
258 <property name="use_underline">True</property>
259 <property name="image_position">right</property>
260 </object>
261 <packing>
262 <property name="expand">False</property>
263 <property name="fill">False</property>
264 <property name="position">2</property>
265 </packing>
266 </child>
267 </object>
268 <packing>
269 <property name="left_attach">1</property>
270 <property name="top_attach">0</property>
271 <property name="width">1</property>
272 <property name="height">1</property>
273 </packing>
274 </child>
275 <child>
276 <object class="GtkFrame" id="frame1">
277 <property name="visible">True</property>
278 <property name="can_focus">False</property>
279 <property name="hexpand">True</property>
280 <property name="label_xalign">0</property>
281 <child>
282 <object class="GtkGrid" id="condition-grid">
283 <property name="visible">True</property>
284 <property name="can_focus">False</property>
285 <property name="border_width">5</property>
286 <property name="row_spacing">5</property>
287 <property name="column_spacing">5</property>
288 <child>
289 <object class="GtkLabel" id="label2">
290 <property name="visible">True</property>
291 <property name="can_focus">False</property>
292 <property name="xalign">0</property>
293 <property name="label" translatable="yes">Condition:</property>
294 </object>
295 <packing>
296 <property name="left_attach">0</property>
297 <property name="top_attach">0</property>
298 <property name="width">3</property>
299 <property name="height">1</property>
300 </packing>
301 </child>
302 <child>
303 <object class="GtkComboBox" id="condition-combo">
304 <property name="visible">True</property>
305 <property name="can_focus">False</property>
306 <property name="model">liststore1</property>
307 </object>
308 <packing>
309 <property name="left_attach">0</property>
310 <property name="top_attach">1</property>
311 <property name="width">3</property>
312 <property name="height">1</property>
313 </packing>
314 </child>
315 <child>
316 <object class="GtkLabel" id="label4">
317 <property name="visible">True</property>
318 <property name="can_focus">False</property>
319 <property name="xalign">0</property>
320 <property name="label">x:</property>
321 </object>
322 <packing>
323 <property name="left_attach">0</property>
324 <property name="top_attach">2</property>
325 <property name="width">1</property>
326 <property name="height">1</property>
327 </packing>
328 </child>
329 <child>
330 <object class="GtkLabel" id="label5">
331 <property name="visible">True</property>
332 <property name="can_focus">False</property>
333 <property name="xalign">0</property>
334 <property name="label">y:</property>
335 </object>
336 <packing>
337 <property name="left_attach">0</property>
338 <property name="top_attach">3</property>
339 <property name="width">1</property>
340 <property name="height">1</property>
341 </packing>
342 </child>
343 <child>
344 <object class="GtkLabel" id="label3">
345 <property name="visible">True</property>
346 <property name="can_focus">False</property>
347 <property name="margin_top">8</property>
348 <property name="xalign">0</property>
349 <property name="label" translatable="yes">Applicable Style Components:</property>
350 </object>
351 <packing>
352 <property name="left_attach">0</property>
353 <property name="top_attach">4</property>
354 <property name="width">3</property>
355 <property name="height">1</property>
356 </packing>
357 </child>
358 <child>
359 <object class="GtkCheckButton" id="check-number">
360 <property name="label" translatable="yes">Number Format</property>
361 <property name="use_action_appearance">False</property>
362 <property name="visible">True</property>
363 <property name="can_focus">True</property>
364 <property name="receives_default">False</property>
365 <property name="use_action_appearance">False</property>
366 <property name="xalign">0</property>
367 <property name="draw_indicator">True</property>
368 </object>
369 <packing>
370 <property name="left_attach">0</property>
371 <property name="top_attach">5</property>
372 <property name="width">2</property>
373 <property name="height">1</property>
374 </packing>
375 </child>
376 <child>
377 <object class="GtkCheckButton" id="check-align">
378 <property name="label" translatable="yes">Alignment</property>
379 <property name="use_action_appearance">False</property>
380 <property name="visible">True</property>
381 <property name="can_focus">True</property>
382 <property name="receives_default">False</property>
383 <property name="use_action_appearance">False</property>
384 <property name="xalign">0</property>
385 <property name="draw_indicator">True</property>
386 </object>
387 <packing>
388 <property name="left_attach">0</property>
389 <property name="top_attach">6</property>
390 <property name="width">2</property>
391 <property name="height">1</property>
392 </packing>
393 </child>
394 <child>
395 <object class="GtkCheckButton" id="check-font">
396 <property name="label" translatable="yes">Font</property>
397 <property name="use_action_appearance">False</property>
398 <property name="visible">True</property>
399 <property name="can_focus">True</property>
400 <property name="receives_default">False</property>
401 <property name="use_action_appearance">False</property>
402 <property name="xalign">0</property>
403 <property name="draw_indicator">True</property>
404 </object>
405 <packing>
406 <property name="left_attach">0</property>
407 <property name="top_attach">7</property>
408 <property name="width">2</property>
409 <property name="height">1</property>
410 </packing>
411 </child>
412 <child>
413 <object class="GtkCheckButton" id="check-border">
414 <property name="label" translatable="yes">Border</property>
415 <property name="use_action_appearance">False</property>
416 <property name="visible">True</property>
417 <property name="can_focus">True</property>
418 <property name="receives_default">False</property>
419 <property name="use_action_appearance">False</property>
420 <property name="xalign">0</property>
421 <property name="draw_indicator">True</property>
422 </object>
423 <packing>
424 <property name="left_attach">0</property>
425 <property name="top_attach">8</property>
426 <property name="width">2</property>
427 <property name="height">1</property>
428 </packing>
429 </child>
430 <child>
431 <object class="GtkCheckButton" id="check-background">
432 <property name="label" translatable="yes">Background</property>
433 <property name="use_action_appearance">False</property>
434 <property name="visible">True</property>
435 <property name="can_focus">True</property>
436 <property name="receives_default">False</property>
437 <property name="use_action_appearance">False</property>
438 <property name="xalign">0</property>
439 <property name="active">True</property>
440 <property name="draw_indicator">True</property>
441 </object>
442 <packing>
443 <property name="left_attach">2</property>
444 <property name="top_attach">5</property>
445 <property name="width">1</property>
446 <property name="height">1</property>
447 </packing>
448 </child>
449 <child>
450 <object class="GtkCheckButton" id="check-protection">
451 <property name="label" translatable="yes">Protection</property>
452 <property name="use_action_appearance">False</property>
453 <property name="visible">True</property>
454 <property name="sensitive">False</property>
455 <property name="can_focus">True</property>
456 <property name="receives_default">False</property>
457 <property name="use_action_appearance">False</property>
458 <property name="xalign">0</property>
459 <property name="draw_indicator">True</property>
460 </object>
461 <packing>
462 <property name="left_attach">2</property>
463 <property name="top_attach">6</property>
464 <property name="width">1</property>
465 <property name="height">1</property>
466 </packing>
467 </child>
468 <child>
469 <object class="GtkCheckButton" id="check-validation">
470 <property name="label" translatable="yes">Validation</property>
471 <property name="use_action_appearance">False</property>
472 <property name="visible">True</property>
473 <property name="sensitive">False</property>
474 <property name="can_focus">True</property>
475 <property name="receives_default">False</property>
476 <property name="use_action_appearance">False</property>
477 <property name="xalign">0</property>
478 <property name="draw_indicator">True</property>
479 </object>
480 <packing>
481 <property name="left_attach">2</property>
482 <property name="top_attach">7</property>
483 <property name="width">1</property>
484 <property name="height">1</property>
485 </packing>
486 </child>
487 <child>
488 <object class="GtkLabel" id="label6">
489 <property name="visible">True</property>
490 <property name="can_focus">False</property>
491 <property name="margin_top">8</property>
492 <property name="xalign">0</property>
493 <property name="label" translatable="yes">Style Overlay:</property>
494 </object>
495 <packing>
496 <property name="left_attach">0</property>
497 <property name="top_attach">9</property>
498 <property name="width">2</property>
499 <property name="height">1</property>
500 </packing>
501 </child>
502 <child>
503 <object class="GtkLabel" id="style-label">
504 <property name="visible">True</property>
505 <property name="can_focus">False</property>
506 <property name="xalign">1</property>
507 </object>
508 <packing>
509 <property name="left_attach">2</property>
510 <property name="top_attach">9</property>
511 <property name="width">1</property>
512 <property name="height">1</property>
513 </packing>
514 </child>
515 <child>
516 <object class="GtkButton" id="edit-style-button">
517 <property name="label" translatable="yes">_Edit Style</property>
518 <property name="use_action_appearance">False</property>
519 <property name="visible">True</property>
520 <property name="can_focus">True</property>
521 <property name="receives_default">True</property>
522 <property name="use_action_appearance">False</property>
523 <property name="image">image1</property>
524 <property name="use_underline">True</property>
525 <property name="yalign">0.52999997138977051</property>
526 </object>
527 <packing>
528 <property name="left_attach">0</property>
529 <property name="top_attach">10</property>
530 <property name="width">3</property>
531 <property name="height">1</property>
532 </packing>
533 </child>
534 <child>
535 <placeholder/>
536 </child>
537 <child>
538 <placeholder/>
539 </child>
540 <child>
541 <placeholder/>
542 </child>
543 <child>
544 <placeholder/>
545 </child>
546 <child>
547 <placeholder/>
548 </child>
549 </object>
550 </child>
551 <child type="label_item">
552 <placeholder/>
553 </child>
554 </object>
555 <packing>
556 <property name="left_attach">2</property>
557 <property name="top_attach">0</property>
558 <property name="width">1</property>
559 <property name="height">1</property>
560 </packing>
561 </child>
562 </object>
563 <packing>
564 <property name="expand">False</property>
565 <property name="fill">True</property>
566 <property name="position">2</property>
567 </packing>
568 </child>
569 </object>
570 </child>
571 <action-widgets>
572 <action-widget response="0">helpbutton</action-widget>
573 <action-widget response="0">closebutton</action-widget>
574 </action-widgets>
575 </object>
576 <object class="GtkImage" id="image1">
577 <property name="visible">True</property>
578 <property name="can_focus">False</property>
579 <property name="stock">gtk-edit</property>
580 </object>
581 <object class="GtkImage" id="image2">
582 <property name="visible">True</property>
583 <property name="can_focus">False</property>
584 <property name="stock">gtk-convert</property>
585 </object>
586 <object class="GtkImage" id="image3">
587 <property name="visible">True</property>
588 <property name="can_focus">False</property>
589 <property name="stock">gtk-add</property>
590 </object>
591 <object class="GtkImage" id="image4">
592 <property name="visible">True</property>
593 <property name="can_focus">False</property>
594 <property name="stock">gtk-copy</property>
595 </object>
596 <object class="GtkListStore" id="liststore1">
597 <columns>
598 <!-- column-name gchararray1 -->
599 <column type="gchararray"/>
600 <!-- column-name type -->
601 <column type="gint"/>
602 <!-- column-name n_expressions -->
603 <column type="gint"/>
604 </columns>
605 </object>
606 </interface>