ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/CV/cv.glade
(Generate patch)

Comparing cvsroot/CV/cv.glade (file contents):
Revision 1.2 by root, Wed Nov 12 16:59:46 2003 UTC vs.
Revision 1.4 by root, Wed Nov 12 23:54:54 2003 UTC

57 </child> 57 </child>
58 58
59 <child> 59 <child>
60 <widget class="GtkTable" id="table1"> 60 <widget class="GtkTable" id="table1">
61 <property name="visible">True</property> 61 <property name="visible">True</property>
62 <property name="n_rows">5</property> 62 <property name="n_rows">6</property>
63 <property name="n_columns">2</property> 63 <property name="n_columns">2</property>
64 <property name="homogeneous">False</property> 64 <property name="homogeneous">False</property>
65 <property name="row_spacing">0</property> 65 <property name="row_spacing">0</property>
66 <property name="column_spacing">0</property> 66 <property name="column_spacing">0</property>
67 67
272 <property name="y_options">fill</property> 272 <property name="y_options">fill</property>
273 </packing> 273 </packing>
274 </child> 274 </child>
275 275
276 <child> 276 <child>
277 <widget class="GtkOptionMenu" id="papersize">
278 <property name="visible">True</property>
279 <property name="can_focus">True</property>
280 <property name="history">-1</property>
281
282 <child>
283 <widget class="GtkMenu" id="menu1">
284 </widget>
285 </child>
286 </widget>
287 <packing>
288 <property name="left_attach">1</property>
289 <property name="right_attach">2</property>
290 <property name="top_attach">0</property>
291 <property name="bottom_attach">1</property>
292 <property name="x_options">fill</property>
293 <property name="y_options"></property>
294 </packing>
295 </child>
296
297 <child>
277 <widget class="GtkHBox" id="hbox3"> 298 <widget class="GtkHBox" id="hbox3">
278 <property name="visible">True</property> 299 <property name="visible">True</property>
279 <property name="homogeneous">False</property> 300 <property name="homogeneous">False</property>
280 <property name="spacing">0</property> 301 <property name="spacing">0</property>
281 302
290 <property name="inconsistent">False</property> 311 <property name="inconsistent">False</property>
291 <property name="draw_indicator">True</property> 312 <property name="draw_indicator">True</property>
292 </widget> 313 </widget>
293 <packing> 314 <packing>
294 <property name="padding">0</property> 315 <property name="padding">0</property>
295 <property name="expand">False</property> 316 <property name="expand">True</property>
296 <property name="fill">False</property> 317 <property name="fill">False</property>
297 </packing> 318 </packing>
298 </child> 319 </child>
299 320
300 <child> 321 <child>
340 <packing> 361 <packing>
341 <property name="left_attach">1</property> 362 <property name="left_attach">1</property>
342 <property name="right_attach">2</property> 363 <property name="right_attach">2</property>
343 <property name="top_attach">3</property> 364 <property name="top_attach">3</property>
344 <property name="bottom_attach">4</property> 365 <property name="bottom_attach">4</property>
345 <property name="x_options">fill</property> 366 <property name="x_options"></property>
346 <property name="y_options">fill</property> 367 <property name="y_options"></property>
347 </packing> 368 </packing>
348 </child>
349
350 <child> 369 </child>
351 <widget class="GtkOptionMenu" id="papersize"> 370
371 <child>
372 <widget class="GtkHBox" id="hbox5">
373 <property name="visible">True</property>
374 <property name="homogeneous">True</property>
375 <property name="spacing">0</property>
376
377 <child>
378 <widget class="GtkRadioButton" id="encoding_binary">
352 <property name="visible">True</property> 379 <property name="visible">True</property>
353 <property name="can_focus">True</property> 380 <property name="can_focus">True</property>
381 <property name="label" translatable="yes">Binary</property>
382 <property name="use_underline">True</property>
383 <property name="relief">GTK_RELIEF_NORMAL</property>
384 <property name="active">True</property>
385 <property name="inconsistent">False</property>
386 <property name="draw_indicator">True</property>
387 </widget>
388 <packing>
354 <property name="history">-1</property> 389 <property name="padding">0</property>
355 390 <property name="expand">False</property>
391 <property name="fill">False</property>
392 </packing>
356 <child> 393 </child>
357 <widget class="GtkMenu" id="menu1"> 394
395 <child>
396 <widget class="GtkRadioButton" id="encoding_ascii85">
397 <property name="visible">True</property>
398 <property name="can_focus">True</property>
399 <property name="label" translatable="yes">ASCII85</property>
400 <property name="use_underline">True</property>
401 <property name="relief">GTK_RELIEF_NORMAL</property>
402 <property name="active">False</property>
403 <property name="inconsistent">False</property>
404 <property name="draw_indicator">True</property>
405 <property name="group">encoding_binary</property>
358 </widget> 406 </widget>
407 <packing>
408 <property name="padding">0</property>
409 <property name="expand">False</property>
410 <property name="fill">False</property>
411 </packing>
359 </child> 412 </child>
360 </widget> 413 </widget>
361 <packing> 414 <packing>
362 <property name="left_attach">1</property> 415 <property name="left_attach">1</property>
363 <property name="right_attach">2</property> 416 <property name="right_attach">2</property>
364 <property name="top_attach">0</property> 417 <property name="top_attach">4</property>
365 <property name="bottom_attach">1</property> 418 <property name="bottom_attach">5</property>
419 <property name="x_options">fill</property>
366 <property name="x_options">fill</property> 420 <property name="y_options">fill</property>
421 </packing>
422 </child>
423
424 <child>
425 <widget class="GtkHBox" id="hbox4">
426 <property name="visible">True</property>
427 <property name="homogeneous">False</property>
428 <property name="spacing">0</property>
429
430 <child>
431 <widget class="GtkOptionMenu" id="dest_type">
432 <property name="visible">True</property>
433 <property name="can_focus">True</property>
434 <property name="history">0</property>
435
436 <child>
437 <widget class="GtkMenu" id="menu2">
438
439 <child>
440 <widget class="GtkMenuItem" id="dest_perl">
441 <property name="visible">True</property>
442 <property name="label" translatable="yes">Perl</property>
443 <property name="use_underline">True</property>
444 <signal name="activate" handler="on_dest_activate" last_modification_time="Tue, 11 Nov 2003 23:23:42 GMT"/>
445 </widget>
446 </child>
447
448 <child>
449 <widget class="GtkMenuItem" id="dest_file">
450 <property name="visible">True</property>
451 <property name="label" translatable="yes">File</property>
452 <property name="use_underline">True</property>
453 <signal name="activate" handler="on_dest_activate" last_modification_time="Tue, 11 Nov 2003 23:23:42 GMT"/>
454 </widget>
455 </child>
456
457 <child>
458 <widget class="GtkMenuItem" id="dest_pipe">
459 <property name="visible">True</property>
460 <property name="label" translatable="yes">Pipe</property>
461 <property name="use_underline">True</property>
462 <signal name="activate" handler="on_dest_activate" last_modification_time="Tue, 11 Nov 2003 23:23:42 GMT"/>
463 </widget>
464 </child>
465 </widget>
466 </child>
467 </widget>
468 <packing>
469 <property name="padding">0</property>
470 <property name="expand">False</property>
471 <property name="fill">False</property>
472 </packing>
473 </child>
474
475 <child>
476 <widget class="GtkEntry" id="destination">
477 <property name="visible">True</property>
478 <property name="can_focus">True</property>
479 <property name="editable">True</property>
480 <property name="visibility">True</property>
481 <property name="max_length">0</property>
482 <property name="text" translatable="yes"></property>
483 <property name="has_frame">True</property>
484 <property name="invisible_char" translatable="yes">*</property>
485 <property name="activates_default">False</property>
486 </widget>
487 <packing>
488 <property name="padding">0</property>
489 <property name="expand">True</property>
490 <property name="fill">True</property>
491 </packing>
492 </child>
493 </widget>
494 <packing>
495 <property name="left_attach">1</property>
496 <property name="right_attach">2</property>
497 <property name="top_attach">5</property>
498 <property name="bottom_attach">6</property>
499 <property name="x_options">fill</property>
367 <property name="y_options"></property> 500 <property name="y_options">fill</property>
368 </packing> 501 </packing>
369 </child> 502 </child>
370 503
371 <child> 504 <child>
372 <widget class="GtkLabel" id="label8"> 505 <widget class="GtkLabel" id="label8">
384 <property name="mnemonic_widget">dest_type</property> 517 <property name="mnemonic_widget">dest_type</property>
385 </widget> 518 </widget>
386 <packing> 519 <packing>
387 <property name="left_attach">0</property> 520 <property name="left_attach">0</property>
388 <property name="right_attach">1</property> 521 <property name="right_attach">1</property>
522 <property name="top_attach">5</property>
523 <property name="bottom_attach">6</property>
524 <property name="x_options">fill</property>
525 <property name="y_options"></property>
526 </packing>
527 </child>
528
529 <child>
530 <widget class="GtkLabel" id="label9">
531 <property name="visible">True</property>
532 <property name="label" translatable="yes">Encoding</property>
533 <property name="use_underline">False</property>
534 <property name="use_markup">False</property>
535 <property name="justify">GTK_JUSTIFY_LEFT</property>
536 <property name="wrap">False</property>
537 <property name="selectable">False</property>
538 <property name="xalign">0</property>
539 <property name="yalign">0.5</property>
540 <property name="xpad">0</property>
541 <property name="ypad">0</property>
542 </widget>
543 <packing>
544 <property name="left_attach">0</property>
545 <property name="right_attach">1</property>
389 <property name="top_attach">4</property> 546 <property name="top_attach">4</property>
390 <property name="bottom_attach">5</property> 547 <property name="bottom_attach">5</property>
391 <property name="x_options">fill</property> 548 <property name="x_options">fill</property>
392 <property name="y_options"></property> 549 <property name="y_options"></property>
393 </packing>
394 </child>
395
396 <child>
397 <widget class="GtkHBox" id="hbox4">
398 <property name="visible">True</property>
399 <property name="homogeneous">False</property>
400 <property name="spacing">0</property>
401
402 <child>
403 <widget class="GtkOptionMenu" id="dest_type">
404 <property name="visible">True</property>
405 <property name="can_focus">True</property>
406 <property name="history">0</property>
407
408 <child>
409 <widget class="GtkMenu" id="menu2">
410
411 <child>
412 <widget class="GtkMenuItem" id="dest_perl">
413 <property name="visible">True</property>
414 <property name="label" translatable="yes">Perl</property>
415 <property name="use_underline">True</property>
416 <signal name="activate" handler="on_dest_activate" last_modification_time="Tue, 11 Nov 2003 23:23:42 GMT"/>
417 </widget>
418 </child>
419
420 <child>
421 <widget class="GtkMenuItem" id="dest_file">
422 <property name="visible">True</property>
423 <property name="label" translatable="yes">File</property>
424 <property name="use_underline">True</property>
425 <signal name="activate" handler="on_dest_activate" last_modification_time="Tue, 11 Nov 2003 23:23:42 GMT"/>
426 </widget>
427 </child>
428
429 <child>
430 <widget class="GtkMenuItem" id="dest_pipe">
431 <property name="visible">True</property>
432 <property name="label" translatable="yes">Pipe</property>
433 <property name="use_underline">True</property>
434 <signal name="activate" handler="on_dest_activate" last_modification_time="Tue, 11 Nov 2003 23:23:42 GMT"/>
435 </widget>
436 </child>
437 </widget>
438 </child>
439 </widget>
440 <packing>
441 <property name="padding">0</property>
442 <property name="expand">False</property>
443 <property name="fill">False</property>
444 </packing>
445 </child>
446
447 <child>
448 <widget class="GtkEntry" id="destination">
449 <property name="visible">True</property>
450 <property name="can_focus">True</property>
451 <property name="editable">True</property>
452 <property name="visibility">True</property>
453 <property name="max_length">0</property>
454 <property name="text" translatable="yes"></property>
455 <property name="has_frame">True</property>
456 <property name="invisible_char" translatable="yes">*</property>
457 <property name="activates_default">False</property>
458 </widget>
459 <packing>
460 <property name="padding">0</property>
461 <property name="expand">True</property>
462 <property name="fill">True</property>
463 </packing>
464 </child>
465 </widget>
466 <packing>
467 <property name="left_attach">1</property>
468 <property name="right_attach">2</property>
469 <property name="top_attach">4</property>
470 <property name="bottom_attach">5</property>
471 <property name="x_options">fill</property>
472 <property name="y_options">fill</property>
473 </packing> 550 </packing>
474 </child> 551 </child>
475 </widget> 552 </widget>
476 <packing> 553 <packing>
477 <property name="padding">0</property> 554 <property name="padding">0</property>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines