ssdiff: move comparison engine into its own file.
[gnumeric.git] / src / dialogs / autoformat.ui
blob8c8e75ef0297eb0b32c05fbec81ff96e1cab5077
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkAdjustment" id="adjustment1"/>
5 <object class="GtkDialog" id="dialog">
6 <property name="can_focus">False</property>
7 <property name="title" translatable="yes">Autoformat</property>
8 <property name="modal">True</property>
9 <property name="type_hint">dialog</property>
10 <child internal-child="vbox">
11 <object class="GtkBox" id="dialog-vbox1">
12 <property name="visible">True</property>
13 <property name="can_focus">False</property>
14 <property name="orientation">vertical</property>
15 <property name="spacing">8</property>
16 <child internal-child="action_area">
17 <object class="GtkButtonBox" id="dialog-action_area1">
18 <property name="visible">True</property>
19 <property name="can_focus">False</property>
20 <property name="layout_style">end</property>
21 <child>
22 <object class="GtkButton" id="format_cancel">
23 <property name="label">gtk-cancel</property>
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="can_default">True</property>
27 <property name="receives_default">False</property>
28 <property name="use_stock">True</property>
29 </object>
30 <packing>
31 <property name="expand">False</property>
32 <property name="fill">False</property>
33 <property name="position">0</property>
34 </packing>
35 </child>
36 <child>
37 <object class="GtkButton" id="format_ok">
38 <property name="label">gtk-ok</property>
39 <property name="visible">True</property>
40 <property name="can_focus">True</property>
41 <property name="can_default">True</property>
42 <property name="has_default">True</property>
43 <property name="receives_default">False</property>
44 <property name="use_stock">True</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">False</property>
49 <property name="position">1</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkButton" id="help_button">
54 <property name="label">gtk-help</property>
55 <property name="visible">True</property>
56 <property name="can_focus">True</property>
57 <property name="can_default">True</property>
58 <property name="receives_default">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">2</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="GtkNotebook" id="notebook1">
77 <property name="visible">True</property>
78 <property name="can_focus">True</property>
79 <child>
80 <object class="GtkGrid" id="preview-grid">
81 <property name="visible">True</property>
82 <property name="can_focus">False</property>
83 <property name="valign">start</property>
84 <property name="border_width">4</property>
85 <child>
86 <object class="GtkLabel" id="label13">
87 <property name="visible">True</property>
88 <property name="can_focus">False</property>
89 <property name="xalign">0</property>
90 <property name="xpad">5</property>
91 <property name="label" translatable="yes">C_ategory:</property>
92 <property name="use_underline">True</property>
93 <property name="justify">right</property>
94 <property name="mnemonic_widget">format_category</property>
95 </object>
96 <packing>
97 <property name="left_attach">0</property>
98 <property name="top_attach">0</property>
99 <property name="width">1</property>
100 <property name="height">1</property>
101 </packing>
102 </child>
103 <child>
104 <object class="GtkComboBox" id="format_category">
105 <property name="visible">True</property>
106 <property name="can_focus">False</property>
107 <accessibility>
108 <relation type="labelled-by" target="label13"/>
109 </accessibility>
110 </object>
111 <packing>
112 <property name="left_attach">1</property>
113 <property name="top_attach">0</property>
114 <property name="width">1</property>
115 <property name="height">1</property>
116 </packing>
117 </child>
118 <child>
119 <object class="GtkGrid" id="formats-grid">
120 <property name="visible">True</property>
121 <property name="can_focus">False</property>
122 <child>
123 <object class="GtkFrame" id="format_frame1">
124 <property name="visible">True</property>
125 <property name="can_focus">False</property>
126 <property name="halign">center</property>
127 <property name="valign">center</property>
128 <property name="label_xalign">0</property>
129 <child>
130 <placeholder/>
131 </child>
132 </object>
133 <packing>
134 <property name="left_attach">0</property>
135 <property name="top_attach">0</property>
136 <property name="width">1</property>
137 <property name="height">1</property>
138 </packing>
139 </child>
140 <child>
141 <object class="GtkFrame" id="format_frame3">
142 <property name="visible">True</property>
143 <property name="can_focus">False</property>
144 <property name="halign">center</property>
145 <property name="valign">center</property>
146 <property name="label_xalign">0</property>
147 <child>
148 <placeholder/>
149 </child>
150 </object>
151 <packing>
152 <property name="left_attach">0</property>
153 <property name="top_attach">1</property>
154 <property name="width">1</property>
155 <property name="height">1</property>
156 </packing>
157 </child>
158 <child>
159 <object class="GtkFrame" id="format_frame5">
160 <property name="visible">True</property>
161 <property name="can_focus">False</property>
162 <property name="halign">center</property>
163 <property name="valign">center</property>
164 <property name="label_xalign">0</property>
165 <child>
166 <placeholder/>
167 </child>
168 </object>
169 <packing>
170 <property name="left_attach">0</property>
171 <property name="top_attach">2</property>
172 <property name="width">1</property>
173 <property name="height">1</property>
174 </packing>
175 </child>
176 <child>
177 <object class="GtkFrame" id="format_frame2">
178 <property name="visible">True</property>
179 <property name="can_focus">False</property>
180 <property name="halign">center</property>
181 <property name="valign">center</property>
182 <property name="label_xalign">0</property>
183 <child>
184 <placeholder/>
185 </child>
186 </object>
187 <packing>
188 <property name="left_attach">1</property>
189 <property name="top_attach">0</property>
190 <property name="width">1</property>
191 <property name="height">1</property>
192 </packing>
193 </child>
194 <child>
195 <object class="GtkFrame" id="format_frame4">
196 <property name="visible">True</property>
197 <property name="can_focus">False</property>
198 <property name="halign">center</property>
199 <property name="valign">center</property>
200 <property name="label_xalign">0</property>
201 <child>
202 <placeholder/>
203 </child>
204 </object>
205 <packing>
206 <property name="left_attach">1</property>
207 <property name="top_attach">1</property>
208 <property name="width">1</property>
209 <property name="height">1</property>
210 </packing>
211 </child>
212 <child>
213 <object class="GtkFrame" id="format_frame6">
214 <property name="visible">True</property>
215 <property name="can_focus">False</property>
216 <property name="halign">center</property>
217 <property name="valign">center</property>
218 <property name="label_xalign">0</property>
219 <child>
220 <placeholder/>
221 </child>
222 </object>
223 <packing>
224 <property name="left_attach">1</property>
225 <property name="top_attach">2</property>
226 <property name="width">1</property>
227 <property name="height">1</property>
228 </packing>
229 </child>
230 <child>
231 <object class="GtkScrollbar" id="format_scroll">
232 <property name="can_focus">False</property>
233 <property name="halign">end</property>
234 <property name="hexpand">True</property>
235 <property name="orientation">vertical</property>
236 <property name="adjustment">adjustment1</property>
237 </object>
238 <packing>
239 <property name="left_attach">2</property>
240 <property name="top_attach">0</property>
241 <property name="width">1</property>
242 <property name="height">3</property>
243 </packing>
244 </child>
245 </object>
246 <packing>
247 <property name="left_attach">0</property>
248 <property name="top_attach">1</property>
249 <property name="width">3</property>
250 <property name="height">1</property>
251 </packing>
252 </child>
253 <child>
254 <object class="GtkMenuBar" id="menubar1">
255 <property name="visible">True</property>
256 <property name="can_focus">False</property>
257 <property name="hexpand">True</property>
258 <child>
259 <object class="GtkCheckMenuItem" id="menuitem1">
260 <property name="visible">True</property>
261 <property name="can_focus">False</property>
262 <property name="label" translatable="yes">_Settings</property>
263 <property name="use_underline">True</property>
264 <child type="submenu">
265 <object class="GtkMenu" id="menu1">
266 <property name="visible">True</property>
267 <property name="can_focus">False</property>
268 <child>
269 <object class="GtkCheckMenuItem" id="number_menuitem">
270 <property name="visible">True</property>
271 <property name="can_focus">False</property>
272 <property name="label" translatable="yes">Apply _Number Formats</property>
273 <property name="use_underline">True</property>
274 <property name="active">True</property>
275 </object>
276 </child>
277 <child>
278 <object class="GtkCheckMenuItem" id="border_menuitem">
279 <property name="visible">True</property>
280 <property name="can_focus">False</property>
281 <property name="label" translatable="yes">Apply _Borders</property>
282 <property name="use_underline">True</property>
283 <property name="active">True</property>
284 </object>
285 </child>
286 <child>
287 <object class="GtkCheckMenuItem" id="font_menuitem">
288 <property name="visible">True</property>
289 <property name="can_focus">False</property>
290 <property name="label" translatable="yes">Apply _Fonts</property>
291 <property name="use_underline">True</property>
292 <property name="active">True</property>
293 </object>
294 </child>
295 <child>
296 <object class="GtkCheckMenuItem" id="pattern_menuitem">
297 <property name="visible">True</property>
298 <property name="can_focus">False</property>
299 <property name="label" translatable="yes">Apply _Patterns</property>
300 <property name="use_underline">True</property>
301 <property name="active">True</property>
302 </object>
303 </child>
304 <child>
305 <object class="GtkCheckMenuItem" id="alignment_menuitem">
306 <property name="visible">True</property>
307 <property name="can_focus">False</property>
308 <property name="label" translatable="yes">Apply _Alignment</property>
309 <property name="use_underline">True</property>
310 <property name="active">True</property>
311 </object>
312 </child>
313 <child>
314 <object class="GtkSeparatorMenuItem" id="menuitem2">
315 <property name="visible">True</property>
316 <property name="can_focus">False</property>
317 </object>
318 </child>
319 <child>
320 <object class="GtkMenuItem" id="edges_menuitem">
321 <property name="visible">True</property>
322 <property name="can_focus">False</property>
323 <property name="label" translatable="yes">_Edges</property>
324 <property name="use_underline">True</property>
325 <child type="submenu">
326 <object class="GtkMenu" id="edges_menu">
327 <property name="visible">True</property>
328 <property name="can_focus">False</property>
329 <child>
330 <object class="GtkCheckMenuItem" id="left_menuitem">
331 <property name="visible">True</property>
332 <property name="can_focus">False</property>
333 <property name="label" translatable="yes">_Left</property>
334 <property name="use_underline">True</property>
335 <property name="active">True</property>
336 </object>
337 </child>
338 <child>
339 <object class="GtkCheckMenuItem" id="right_menuitem">
340 <property name="visible">True</property>
341 <property name="can_focus">False</property>
342 <property name="label" translatable="yes">_Right</property>
343 <property name="use_underline">True</property>
344 <property name="active">True</property>
345 </object>
346 </child>
347 <child>
348 <object class="GtkCheckMenuItem" id="top_menuitem">
349 <property name="visible">True</property>
350 <property name="can_focus">False</property>
351 <property name="label" translatable="yes">_Top</property>
352 <property name="use_underline">True</property>
353 <property name="active">True</property>
354 </object>
355 </child>
356 <child>
357 <object class="GtkCheckMenuItem" id="bottom_menuitem">
358 <property name="visible">True</property>
359 <property name="can_focus">False</property>
360 <property name="label" translatable="yes">_Bottom</property>
361 <property name="use_underline">True</property>
362 <property name="active">True</property>
363 </object>
364 </child>
365 </object>
366 </child>
367 </object>
368 </child>
369 <child>
370 <object class="GtkSeparatorMenuItem" id="menuitem3">
371 <property name="visible">True</property>
372 <property name="can_focus">False</property>
373 </object>
374 </child>
375 <child>
376 <object class="GtkCheckMenuItem" id="gridlines_menuitem">
377 <property name="visible">True</property>
378 <property name="can_focus">False</property>
379 <property name="label" translatable="yes">_Show Gridlines</property>
380 <property name="use_underline">True</property>
381 </object>
382 </child>
383 </object>
384 </child>
385 </object>
386 </child>
387 </object>
388 <packing>
389 <property name="left_attach">2</property>
390 <property name="top_attach">0</property>
391 <property name="width">1</property>
392 <property name="height">1</property>
393 </packing>
394 </child>
395 </object>
396 </child>
397 <child type="tab">
398 <object class="GtkLabel" id="label9">
399 <property name="visible">True</property>
400 <property name="can_focus">False</property>
401 <property name="label" translatable="yes">Preview</property>
402 <property name="justify">center</property>
403 </object>
404 <packing>
405 <property name="tab_fill">False</property>
406 </packing>
407 </child>
408 <child>
409 <object class="GtkGrid" id="details-grid">
410 <property name="visible">True</property>
411 <property name="can_focus">False</property>
412 <property name="border_width">4</property>
413 <property name="row_spacing">6</property>
414 <property name="column_spacing">12</property>
415 <child>
416 <object class="GtkLabel" id="label1">
417 <property name="visible">True</property>
418 <property name="can_focus">False</property>
419 <property name="xalign">0</property>
420 <property name="label" translatable="yes">Name:</property>
421 <accessibility>
422 <relation type="label-for" target="format_info_name"/>
423 </accessibility>
424 </object>
425 <packing>
426 <property name="left_attach">0</property>
427 <property name="top_attach">0</property>
428 <property name="width">1</property>
429 <property name="height">1</property>
430 </packing>
431 </child>
432 <child>
433 <object class="GtkLabel" id="label10">
434 <property name="visible">True</property>
435 <property name="can_focus">False</property>
436 <property name="xalign">0</property>
437 <property name="label" translatable="yes">Author:</property>
438 <accessibility>
439 <relation type="label-for" target="format_info_author"/>
440 </accessibility>
441 </object>
442 <packing>
443 <property name="left_attach">0</property>
444 <property name="top_attach">1</property>
445 <property name="width">1</property>
446 <property name="height">1</property>
447 </packing>
448 </child>
449 <child>
450 <object class="GtkLabel" id="label11">
451 <property name="visible">True</property>
452 <property name="can_focus">False</property>
453 <property name="xalign">0</property>
454 <property name="label" translatable="yes">Category:</property>
455 <accessibility>
456 <relation type="label-for" target="format_info_cat"/>
457 </accessibility>
458 </object>
459 <packing>
460 <property name="left_attach">0</property>
461 <property name="top_attach">2</property>
462 <property name="width">1</property>
463 <property name="height">1</property>
464 </packing>
465 </child>
466 <child>
467 <object class="GtkLabel" id="label12">
468 <property name="visible">True</property>
469 <property name="can_focus">False</property>
470 <property name="xalign">0</property>
471 <property name="yalign">0.10000000149011612</property>
472 <property name="label" translatable="yes">Description:</property>
473 <accessibility>
474 <relation type="label-for" target="format_info_descr"/>
475 </accessibility>
476 </object>
477 <packing>
478 <property name="left_attach">0</property>
479 <property name="top_attach">3</property>
480 <property name="width">1</property>
481 <property name="height">1</property>
482 </packing>
483 </child>
484 <child>
485 <object class="GtkEntry" id="format_info_name">
486 <property name="visible">True</property>
487 <property name="can_focus">True</property>
488 <property name="has_tooltip">True</property>
489 <property name="tooltip_markup" translatable="yes">Name of template</property>
490 <property name="tooltip_text" translatable="yes">Name of template</property>
491 <property name="editable">False</property>
492 <property name="invisible_char"></property>
493 <property name="invisible_char_set">True</property>
494 <accessibility>
495 <relation type="labelled-by" target="label9"/>
496 </accessibility>
497 </object>
498 <packing>
499 <property name="left_attach">1</property>
500 <property name="top_attach">0</property>
501 <property name="width">1</property>
502 <property name="height">1</property>
503 </packing>
504 </child>
505 <child>
506 <object class="GtkEntry" id="format_info_author">
507 <property name="visible">True</property>
508 <property name="can_focus">True</property>
509 <property name="has_tooltip">True</property>
510 <property name="tooltip_markup" translatable="yes">The group/individual that made the template</property>
511 <property name="tooltip_text" translatable="yes">The group/individual that made the template</property>
512 <property name="editable">False</property>
513 <property name="invisible_char"></property>
514 <property name="invisible_char_set">True</property>
515 <accessibility>
516 <relation type="labelled-by" target="label10"/>
517 </accessibility>
518 </object>
519 <packing>
520 <property name="left_attach">1</property>
521 <property name="top_attach">1</property>
522 <property name="width">1</property>
523 <property name="height">1</property>
524 </packing>
525 </child>
526 <child>
527 <object class="GtkEntry" id="format_info_cat">
528 <property name="visible">True</property>
529 <property name="can_focus">True</property>
530 <property name="has_tooltip">True</property>
531 <property name="tooltip_markup" translatable="yes">The category this template belongs to</property>
532 <property name="tooltip_text" translatable="yes">The category this template belongs to</property>
533 <property name="editable">False</property>
534 <property name="invisible_char"></property>
535 <property name="invisible_char_set">True</property>
536 <accessibility>
537 <relation type="labelled-by" target="label11"/>
538 </accessibility>
539 </object>
540 <packing>
541 <property name="left_attach">1</property>
542 <property name="top_attach">2</property>
543 <property name="width">1</property>
544 <property name="height">1</property>
545 </packing>
546 </child>
547 <child>
548 <object class="GtkScrolledWindow" id="scrolledwindow14">
549 <property name="visible">True</property>
550 <property name="can_focus">True</property>
551 <property name="hscrollbar_policy">never</property>
552 <property name="shadow_type">in</property>
553 <child>
554 <object class="GtkTextView" id="format_info_descr">
555 <property name="visible">True</property>
556 <property name="can_focus">True</property>
557 <property name="has_tooltip">True</property>
558 <property name="tooltip_markup" translatable="yes">A short description of the template</property>
559 <property name="tooltip_text" translatable="yes">A short description of the template</property>
560 <property name="editable">False</property>
561 <property name="wrap_mode">word</property>
562 <accessibility>
563 <relation type="labelled-by" target="label12"/>
564 </accessibility>
565 </object>
566 </child>
567 </object>
568 <packing>
569 <property name="left_attach">1</property>
570 <property name="top_attach">3</property>
571 <property name="width">1</property>
572 <property name="height">1</property>
573 </packing>
574 </child>
575 </object>
576 <packing>
577 <property name="position">1</property>
578 </packing>
579 </child>
580 <child type="tab">
581 <object class="GtkLabel" id="label2">
582 <property name="visible">True</property>
583 <property name="can_focus">False</property>
584 <property name="label" translatable="yes">Template Details</property>
585 <property name="justify">center</property>
586 </object>
587 <packing>
588 <property name="position">1</property>
589 <property name="tab_fill">False</property>
590 </packing>
591 </child>
592 </object>
593 <packing>
594 <property name="expand">False</property>
595 <property name="fill">True</property>
596 <property name="position">1</property>
597 </packing>
598 </child>
599 </object>
600 </child>
601 <action-widgets>
602 <action-widget response="0">format_cancel</action-widget>
603 <action-widget response="0">format_ok</action-widget>
604 <action-widget response="-11">help_button</action-widget>
605 </action-widgets>
606 </object>
607 </interface>