]> git.lyx.org Git - lyx.git/blob - src/frontends/gnome/dialogs/diaprint.glade
A lean, clean and working start to the new, improved gnome frontend.
[lyx.git] / src / frontends / gnome / dialogs / diaprint.glade
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5   <name>Project2</name>
6   <program_name>project2</program_name>
7   <directory></directory>
8   <source_directory>src</source_directory>
9   <pixmaps_directory>pixmaps</pixmaps_directory>
10   <language>C</language>
11   <gnome_support>True</gnome_support>
12   <gettext_support>True</gettext_support>
13   <output_main_file>False</output_main_file>
14   <output_build_files>False</output_build_files>
15   <main_source_file>diaprint_interface.c</main_source_file>
16   <main_header_file>diaprint_interface.h</main_header_file>
17   <handler_source_file>diaprint_callbacks.c</handler_source_file>
18   <handler_header_file>diaprint_callbacks.h</handler_header_file>
19 </project>
20
21 <widget>
22   <class>GnomeDialog</class>
23   <name>DiaPrint</name>
24   <border_width>2</border_width>
25   <signal>
26     <name>show</name>
27     <handler>diaprint_on_diaprint_show</handler>
28     <last_modification_time>Sat, 12 Aug 2000 07:05:03 GMT</last_modification_time>
29   </signal>
30   <title>Print</title>
31   <type>GTK_WINDOW_DIALOG</type>
32   <position>GTK_WIN_POS_NONE</position>
33   <modal>False</modal>
34   <allow_shrink>False</allow_shrink>
35   <allow_grow>False</allow_grow>
36   <auto_shrink>False</auto_shrink>
37   <auto_close>False</auto_close>
38   <hide_on_close>False</hide_on_close>
39
40   <widget>
41     <class>GtkVBox</class>
42     <child_name>GnomeDialog:vbox</child_name>
43     <name>dialog-vbox1</name>
44     <homogeneous>False</homogeneous>
45     <spacing>8</spacing>
46     <child>
47       <padding>4</padding>
48       <expand>True</expand>
49       <fill>True</fill>
50     </child>
51
52     <widget>
53       <class>GtkHButtonBox</class>
54       <child_name>GnomeDialog:action_area</child_name>
55       <name>dialog-action_area1</name>
56       <layout_style>GTK_BUTTONBOX_END</layout_style>
57       <spacing>8</spacing>
58       <child_min_width>85</child_min_width>
59       <child_min_height>27</child_min_height>
60       <child_ipad_x>7</child_ipad_x>
61       <child_ipad_y>0</child_ipad_y>
62       <child>
63         <padding>0</padding>
64         <expand>False</expand>
65         <fill>True</fill>
66         <pack>GTK_PACK_END</pack>
67       </child>
68
69       <widget>
70         <class>GtkButton</class>
71         <name>button_print</name>
72         <can_default>True</can_default>
73         <has_default>True</has_default>
74         <can_focus>True</can_focus>
75         <has_focus>True</has_focus>
76         <label>Print</label>
77         <stock_pixmap>GNOME_STOCK_PIXMAP_PRINT</stock_pixmap>
78       </widget>
79
80       <widget>
81         <class>GtkButton</class>
82         <name>button_cancel</name>
83         <can_default>True</can_default>
84         <can_focus>True</can_focus>
85         <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button>
86       </widget>
87     </widget>
88
89     <widget>
90       <class>GtkVBox</class>
91       <name>vbox1</name>
92       <homogeneous>False</homogeneous>
93       <spacing>0</spacing>
94       <child>
95         <padding>0</padding>
96         <expand>True</expand>
97         <fill>True</fill>
98       </child>
99
100       <widget>
101         <class>GtkHBox</class>
102         <name>hbox1</name>
103         <homogeneous>False</homogeneous>
104         <spacing>0</spacing>
105         <child>
106           <padding>0</padding>
107           <expand>True</expand>
108           <fill>True</fill>
109         </child>
110
111         <widget>
112           <class>GtkFrame</class>
113           <name>frame2</name>
114           <border_width>2</border_width>
115           <label>Print</label>
116           <label_xalign>0</label_xalign>
117           <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
118           <child>
119             <padding>0</padding>
120             <expand>True</expand>
121             <fill>True</fill>
122           </child>
123
124           <widget>
125             <class>GtkVBox</class>
126             <name>vbox2</name>
127             <homogeneous>False</homogeneous>
128             <spacing>0</spacing>
129
130             <widget>
131               <class>GtkRadioButton</class>
132               <name>print_all</name>
133               <can_focus>True</can_focus>
134               <label>All Pa_ges</label>
135               <active>False</active>
136               <draw_indicator>True</draw_indicator>
137               <group>print</group>
138               <child>
139                 <padding>0</padding>
140                 <expand>False</expand>
141                 <fill>False</fill>
142               </child>
143             </widget>
144
145             <widget>
146               <class>GtkRadioButton</class>
147               <name>print_odd</name>
148               <can_focus>True</can_focus>
149               <label>_Only Odd Pages</label>
150               <active>False</active>
151               <draw_indicator>True</draw_indicator>
152               <group>print</group>
153               <child>
154                 <padding>0</padding>
155                 <expand>False</expand>
156                 <fill>False</fill>
157               </child>
158             </widget>
159
160             <widget>
161               <class>GtkRadioButton</class>
162               <name>print_even</name>
163               <can_focus>True</can_focus>
164               <label>Only _Even Pages</label>
165               <active>False</active>
166               <draw_indicator>True</draw_indicator>
167               <group>print</group>
168               <child>
169                 <padding>0</padding>
170                 <expand>False</expand>
171                 <fill>False</fill>
172               </child>
173             </widget>
174
175             <widget>
176               <class>GtkHBox</class>
177               <name>hbox2</name>
178               <homogeneous>False</homogeneous>
179               <spacing>0</spacing>
180               <child>
181                 <padding>0</padding>
182                 <expand>True</expand>
183                 <fill>True</fill>
184               </child>
185
186               <widget>
187                 <class>GtkCheckButton</class>
188                 <name>print_pages</name>
189                 <can_focus>True</can_focus>
190                 <signal>
191                   <name>toggled</name>
192                   <handler>diaprint_on_print_pages_toggled</handler>
193                   <last_modification_time>Sun, 13 Aug 2000 07:14:15 GMT</last_modification_time>
194                 </signal>
195                 <label>Page_s</label>
196                 <active>False</active>
197                 <draw_indicator>True</draw_indicator>
198                 <child>
199                   <padding>0</padding>
200                   <expand>False</expand>
201                   <fill>False</fill>
202                 </child>
203               </widget>
204
205               <widget>
206                 <class>GtkLabel</class>
207                 <name>label1</name>
208                 <label>from</label>
209                 <justify>GTK_JUSTIFY_CENTER</justify>
210                 <wrap>False</wrap>
211                 <xalign>0.5</xalign>
212                 <yalign>0.5</yalign>
213                 <xpad>1</xpad>
214                 <ypad>0</ypad>
215                 <child>
216                   <padding>0</padding>
217                   <expand>False</expand>
218                   <fill>False</fill>
219                 </child>
220               </widget>
221
222               <widget>
223                 <class>GtkSpinButton</class>
224                 <name>print_from</name>
225                 <can_focus>True</can_focus>
226                 <signal>
227                   <name>changed</name>
228                   <handler>diaprint_on_print_from_changed</handler>
229                   <last_modification_time>Sun, 13 Aug 2000 10:34:42 GMT</last_modification_time>
230                 </signal>
231                 <climb_rate>1</climb_rate>
232                 <digits>0</digits>
233                 <numeric>True</numeric>
234                 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
235                 <snap>False</snap>
236                 <wrap>False</wrap>
237                 <value>1</value>
238                 <lower>1</lower>
239                 <upper>100000</upper>
240                 <step>1</step>
241                 <page>10</page>
242                 <page_size>10</page_size>
243                 <child>
244                   <padding>0</padding>
245                   <expand>False</expand>
246                   <fill>False</fill>
247                 </child>
248               </widget>
249
250               <widget>
251                 <class>GtkLabel</class>
252                 <name>label2</name>
253                 <label>to</label>
254                 <justify>GTK_JUSTIFY_CENTER</justify>
255                 <wrap>False</wrap>
256                 <xalign>0.5</xalign>
257                 <yalign>0.5</yalign>
258                 <xpad>1</xpad>
259                 <ypad>0</ypad>
260                 <child>
261                   <padding>0</padding>
262                   <expand>False</expand>
263                   <fill>False</fill>
264                 </child>
265               </widget>
266
267               <widget>
268                 <class>GtkSpinButton</class>
269                 <name>print_to</name>
270                 <can_focus>True</can_focus>
271                 <climb_rate>1</climb_rate>
272                 <digits>0</digits>
273                 <numeric>True</numeric>
274                 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
275                 <snap>False</snap>
276                 <wrap>False</wrap>
277                 <value>1</value>
278                 <lower>1</lower>
279                 <upper>100000</upper>
280                 <step>1</step>
281                 <page>10</page>
282                 <page_size>10</page_size>
283                 <child>
284                   <padding>0</padding>
285                   <expand>False</expand>
286                   <fill>False</fill>
287                 </child>
288               </widget>
289             </widget>
290           </widget>
291         </widget>
292
293         <widget>
294           <class>GtkVBox</class>
295           <name>vbox3</name>
296           <homogeneous>False</homogeneous>
297           <spacing>0</spacing>
298           <child>
299             <padding>0</padding>
300             <expand>True</expand>
301             <fill>True</fill>
302           </child>
303
304           <widget>
305             <class>GtkFrame</class>
306             <name>frame3</name>
307             <border_width>2</border_width>
308             <label>Order</label>
309             <label_xalign>0</label_xalign>
310             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
311             <child>
312               <padding>0</padding>
313               <expand>True</expand>
314               <fill>True</fill>
315             </child>
316
317             <widget>
318               <class>GtkVBox</class>
319               <name>vbox4</name>
320               <homogeneous>False</homogeneous>
321               <spacing>0</spacing>
322
323               <widget>
324                 <class>GtkRadioButton</class>
325                 <name>order_normal</name>
326                 <can_focus>True</can_focus>
327                 <label>_Normal Order</label>
328                 <active>False</active>
329                 <draw_indicator>True</draw_indicator>
330                 <group>order</group>
331                 <child>
332                   <padding>0</padding>
333                   <expand>False</expand>
334                   <fill>False</fill>
335                 </child>
336               </widget>
337
338               <widget>
339                 <class>GtkRadioButton</class>
340                 <name>order_reverse</name>
341                 <can_focus>True</can_focus>
342                 <label>_Reverse Order</label>
343                 <active>False</active>
344                 <draw_indicator>True</draw_indicator>
345                 <group>order</group>
346                 <child>
347                   <padding>0</padding>
348                   <expand>False</expand>
349                   <fill>False</fill>
350                 </child>
351               </widget>
352             </widget>
353           </widget>
354
355           <widget>
356             <class>GtkFrame</class>
357             <name>frame4</name>
358             <border_width>2</border_width>
359             <label>Copies</label>
360             <label_xalign>0</label_xalign>
361             <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
362             <child>
363               <padding>0</padding>
364               <expand>True</expand>
365               <fill>True</fill>
366             </child>
367
368             <widget>
369               <class>GtkVBox</class>
370               <name>vbox5</name>
371               <homogeneous>False</homogeneous>
372               <spacing>0</spacing>
373
374               <widget>
375                 <class>GtkCheckButton</class>
376                 <name>copies_unsorted</name>
377                 <can_focus>True</can_focus>
378                 <label>_Unsorted</label>
379                 <active>False</active>
380                 <draw_indicator>True</draw_indicator>
381                 <child>
382                   <padding>0</padding>
383                   <expand>False</expand>
384                   <fill>False</fill>
385                 </child>
386               </widget>
387
388               <widget>
389                 <class>GtkHBox</class>
390                 <name>hbox3</name>
391                 <border_width>2</border_width>
392                 <homogeneous>False</homogeneous>
393                 <spacing>0</spacing>
394                 <child>
395                   <padding>0</padding>
396                   <expand>True</expand>
397                   <fill>True</fill>
398                 </child>
399
400                 <widget>
401                   <class>GtkLabel</class>
402                   <name>label3</name>
403                   <label>Count</label>
404                   <justify>GTK_JUSTIFY_CENTER</justify>
405                   <wrap>False</wrap>
406                   <xalign>0.5</xalign>
407                   <yalign>0.5</yalign>
408                   <xpad>3</xpad>
409                   <ypad>0</ypad>
410                   <child>
411                     <padding>0</padding>
412                     <expand>False</expand>
413                     <fill>False</fill>
414                   </child>
415                 </widget>
416
417                 <widget>
418                   <class>GtkSpinButton</class>
419                   <name>copies_count</name>
420                   <can_focus>True</can_focus>
421                   <climb_rate>1</climb_rate>
422                   <digits>0</digits>
423                   <numeric>True</numeric>
424                   <update_policy>GTK_UPDATE_ALWAYS</update_policy>
425                   <snap>False</snap>
426                   <wrap>False</wrap>
427                   <value>1</value>
428                   <lower>1</lower>
429                   <upper>100000</upper>
430                   <step>1</step>
431                   <page>10</page>
432                   <page_size>10</page_size>
433                   <child>
434                     <padding>2</padding>
435                     <expand>True</expand>
436                     <fill>True</fill>
437                   </child>
438                 </widget>
439               </widget>
440             </widget>
441           </widget>
442         </widget>
443       </widget>
444
445       <widget>
446         <class>GtkFrame</class>
447         <name>frame1</name>
448         <border_width>2</border_width>
449         <label>Print to</label>
450         <label_xalign>0</label_xalign>
451         <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
452         <child>
453           <padding>0</padding>
454           <expand>True</expand>
455           <fill>True</fill>
456         </child>
457
458         <widget>
459           <class>GtkTable</class>
460           <name>table1</name>
461           <rows>2</rows>
462           <columns>2</columns>
463           <homogeneous>False</homogeneous>
464           <row_spacing>0</row_spacing>
465           <column_spacing>0</column_spacing>
466
467           <widget>
468             <class>GtkRadioButton</class>
469             <name>printto_file</name>
470             <can_focus>True</can_focus>
471             <signal>
472               <name>toggled</name>
473               <handler>diaprint_on_printto_file_toggled</handler>
474               <last_modification_time>Sat, 12 Aug 2000 07:04:41 GMT</last_modification_time>
475             </signal>
476             <label>_File</label>
477             <active>False</active>
478             <draw_indicator>True</draw_indicator>
479             <group>printto</group>
480             <child>
481               <left_attach>0</left_attach>
482               <right_attach>1</right_attach>
483               <top_attach>1</top_attach>
484               <bottom_attach>2</bottom_attach>
485               <xpad>0</xpad>
486               <ypad>0</ypad>
487               <xexpand>False</xexpand>
488               <yexpand>False</yexpand>
489               <xshrink>False</xshrink>
490               <yshrink>False</yshrink>
491               <xfill>True</xfill>
492               <yfill>False</yfill>
493             </child>
494           </widget>
495
496           <widget>
497             <class>GtkRadioButton</class>
498             <name>printto_printer</name>
499             <can_focus>True</can_focus>
500             <signal>
501               <name>toggled</name>
502               <handler>diaprint_on_printto_printer_toggled</handler>
503               <last_modification_time>Sat, 12 Aug 2000 07:04:32 GMT</last_modification_time>
504             </signal>
505             <label>_Printer</label>
506             <active>True</active>
507             <draw_indicator>True</draw_indicator>
508             <group>printto</group>
509             <child>
510               <left_attach>0</left_attach>
511               <right_attach>1</right_attach>
512               <top_attach>0</top_attach>
513               <bottom_attach>1</bottom_attach>
514               <xpad>0</xpad>
515               <ypad>0</ypad>
516               <xexpand>False</xexpand>
517               <yexpand>False</yexpand>
518               <xshrink>False</xshrink>
519               <yshrink>False</yshrink>
520               <xfill>True</xfill>
521               <yfill>False</yfill>
522             </child>
523           </widget>
524
525           <widget>
526             <class>GnomeFileEntry</class>
527             <name>printto_fileentry</name>
528             <border_width>3</border_width>
529             <history_id>diaprint_printto_fileentry</history_id>
530             <max_saved>10</max_saved>
531             <directory>False</directory>
532             <modal>False</modal>
533             <child>
534               <left_attach>1</left_attach>
535               <right_attach>2</right_attach>
536               <top_attach>1</top_attach>
537               <bottom_attach>2</bottom_attach>
538               <xpad>0</xpad>
539               <ypad>0</ypad>
540               <xexpand>True</xexpand>
541               <yexpand>False</yexpand>
542               <xshrink>False</xshrink>
543               <yshrink>False</yshrink>
544               <xfill>True</xfill>
545               <yfill>False</yfill>
546             </child>
547
548             <widget>
549               <class>GtkEntry</class>
550               <child_name>GnomeEntry:entry</child_name>
551               <name>combo-entry1</name>
552               <can_focus>True</can_focus>
553               <editable>True</editable>
554               <text_visible>True</text_visible>
555               <text_max_length>0</text_max_length>
556               <text></text>
557             </widget>
558           </widget>
559
560           <widget>
561             <class>GnomeEntry</class>
562             <name>printto_printcommand</name>
563             <border_width>3</border_width>
564             <history_id>diaprint_printto_printcommand</history_id>
565             <max_saved>10</max_saved>
566             <child>
567               <left_attach>1</left_attach>
568               <right_attach>2</right_attach>
569               <top_attach>0</top_attach>
570               <bottom_attach>1</bottom_attach>
571               <xpad>0</xpad>
572               <ypad>0</ypad>
573               <xexpand>True</xexpand>
574               <yexpand>False</yexpand>
575               <xshrink>False</xshrink>
576               <yshrink>False</yshrink>
577               <xfill>True</xfill>
578               <yfill>False</yfill>
579             </child>
580
581             <widget>
582               <class>GtkEntry</class>
583               <child_name>GnomeEntry:entry</child_name>
584               <name>combo-entry2</name>
585               <can_focus>True</can_focus>
586               <editable>True</editable>
587               <text_visible>True</text_visible>
588               <text_max_length>0</text_max_length>
589               <text></text>
590             </widget>
591           </widget>
592         </widget>
593       </widget>
594     </widget>
595   </widget>
596 </widget>
597
598 </GTK-Interface>