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

Comparing CV/cv.glade (file contents):
Revision 1.3 by root, Wed Nov 12 17:46:07 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
293 <property name="y_options"></property> 293 <property name="y_options"></property>
294 </packing> 294 </packing>
295 </child> 295 </child>
296 296
297 <child> 297 <child>
298 <widget class="GtkHBox" id="hbox3">
299 <property name="visible">True</property>
300 <property name="homogeneous">False</property>
301 <property name="spacing">0</property>
302
303 <child>
304 <widget class="GtkCheckButton" id="interpolate_enable">
305 <property name="visible">True</property>
306 <property name="can_focus">True</property>
307 <property name="label" translatable="yes">enable</property>
308 <property name="use_underline">True</property>
309 <property name="relief">GTK_RELIEF_NORMAL</property>
310 <property name="active">True</property>
311 <property name="inconsistent">False</property>
312 <property name="draw_indicator">True</property>
313 </widget>
314 <packing>
315 <property name="padding">0</property>
316 <property name="expand">True</property>
317 <property name="fill">False</property>
318 </packing>
319 </child>
320
321 <child>
322 <widget class="GtkSpinButton" id="interpolate_mb">
323 <property name="visible">True</property>
324 <property name="can_focus">True</property>
325 <property name="climb_rate">1</property>
326 <property name="digits">0</property>
327 <property name="numeric">True</property>
328 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
329 <property name="snap_to_ticks">False</property>
330 <property name="wrap">False</property>
331 <property name="adjustment">10 0 100 1 10 10</property>
332 </widget>
333 <packing>
334 <property name="padding">0</property>
335 <property name="expand">False</property>
336 <property name="fill">False</property>
337 </packing>
338 </child>
339
340 <child>
341 <widget class="GtkLabel" id="label7">
342 <property name="visible">True</property>
343 <property name="label" translatable="yes">MB</property>
344 <property name="use_underline">False</property>
345 <property name="use_markup">False</property>
346 <property name="justify">GTK_JUSTIFY_LEFT</property>
347 <property name="wrap">False</property>
348 <property name="selectable">False</property>
349 <property name="xalign">0.5</property>
350 <property name="yalign">0.5</property>
351 <property name="xpad">0</property>
352 <property name="ypad">0</property>
353 </widget>
354 <packing>
355 <property name="padding">0</property>
356 <property name="expand">False</property>
357 <property name="fill">False</property>
358 </packing>
359 </child>
360 </widget>
361 <packing>
362 <property name="left_attach">1</property>
363 <property name="right_attach">2</property>
364 <property name="top_attach">3</property>
365 <property name="bottom_attach">4</property>
366 <property name="x_options"></property>
367 <property name="y_options"></property>
368 </packing>
369 </child>
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">
379 <property name="visible">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>
389 <property name="padding">0</property>
390 <property name="expand">False</property>
391 <property name="fill">False</property>
392 </packing>
393 </child>
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>
406 </widget>
407 <packing>
408 <property name="padding">0</property>
409 <property name="expand">False</property>
410 <property name="fill">False</property>
411 </packing>
412 </child>
413 </widget>
414 <packing>
415 <property name="left_attach">1</property>
416 <property name="right_attach">2</property>
417 <property name="top_attach">4</property>
418 <property name="bottom_attach">5</property>
419 <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>
500 <property name="y_options">fill</property>
501 </packing>
502 </child>
503
504 <child>
298 <widget class="GtkLabel" id="label8"> 505 <widget class="GtkLabel" id="label8">
299 <property name="visible">True</property> 506 <property name="visible">True</property>
300 <property name="label" translatable="yes">_Destination</property> 507 <property name="label" translatable="yes">_Destination</property>
301 <property name="use_underline">True</property> 508 <property name="use_underline">True</property>
302 <property name="use_markup">False</property> 509 <property name="use_markup">False</property>
310 <property name="mnemonic_widget">dest_type</property> 517 <property name="mnemonic_widget">dest_type</property>
311 </widget> 518 </widget>
312 <packing> 519 <packing>
313 <property name="left_attach">0</property> 520 <property name="left_attach">0</property>
314 <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>
315 <property name="top_attach">4</property> 546 <property name="top_attach">4</property>
316 <property name="bottom_attach">5</property> 547 <property name="bottom_attach">5</property>
317 <property name="x_options">fill</property> 548 <property name="x_options">fill</property>
318 <property name="y_options"></property>
319 </packing>
320 </child>
321
322 <child>
323 <widget class="GtkHBox" id="hbox4">
324 <property name="visible">True</property>
325 <property name="homogeneous">False</property>
326 <property name="spacing">0</property>
327
328 <child>
329 <widget class="GtkOptionMenu" id="dest_type">
330 <property name="visible">True</property>
331 <property name="can_focus">True</property>
332 <property name="history">0</property>
333
334 <child>
335 <widget class="GtkMenu" id="menu2">
336
337 <child>
338 <widget class="GtkMenuItem" id="dest_perl">
339 <property name="visible">True</property>
340 <property name="label" translatable="yes">Perl</property>
341 <property name="use_underline">True</property>
342 <signal name="activate" handler="on_dest_activate" last_modification_time="Tue, 11 Nov 2003 23:23:42 GMT"/>
343 </widget>
344 </child>
345
346 <child>
347 <widget class="GtkMenuItem" id="dest_file">
348 <property name="visible">True</property>
349 <property name="label" translatable="yes">File</property>
350 <property name="use_underline">True</property>
351 <signal name="activate" handler="on_dest_activate" last_modification_time="Tue, 11 Nov 2003 23:23:42 GMT"/>
352 </widget>
353 </child>
354
355 <child>
356 <widget class="GtkMenuItem" id="dest_pipe">
357 <property name="visible">True</property>
358 <property name="label" translatable="yes">Pipe</property>
359 <property name="use_underline">True</property>
360 <signal name="activate" handler="on_dest_activate" last_modification_time="Tue, 11 Nov 2003 23:23:42 GMT"/>
361 </widget>
362 </child>
363 </widget>
364 </child>
365 </widget>
366 <packing>
367 <property name="padding">0</property>
368 <property name="expand">False</property>
369 <property name="fill">False</property>
370 </packing>
371 </child>
372
373 <child>
374 <widget class="GtkEntry" id="destination">
375 <property name="visible">True</property>
376 <property name="can_focus">True</property>
377 <property name="editable">True</property>
378 <property name="visibility">True</property>
379 <property name="max_length">0</property>
380 <property name="text" translatable="yes"></property>
381 <property name="has_frame">True</property>
382 <property name="invisible_char" translatable="yes">*</property>
383 <property name="activates_default">False</property>
384 </widget>
385 <packing>
386 <property name="padding">0</property>
387 <property name="expand">True</property>
388 <property name="fill">True</property>
389 </packing>
390 </child>
391 </widget>
392 <packing>
393 <property name="left_attach">1</property>
394 <property name="right_attach">2</property>
395 <property name="top_attach">4</property>
396 <property name="bottom_attach">5</property>
397 <property name="x_options">fill</property>
398 <property name="y_options">fill</property>
399 </packing>
400 </child>
401
402 <child>
403 <widget class="GtkHBox" id="hbox3">
404 <property name="visible">True</property>
405 <property name="homogeneous">False</property>
406 <property name="spacing">0</property>
407
408 <child>
409 <widget class="GtkCheckButton" id="interpolate_enable">
410 <property name="visible">True</property>
411 <property name="can_focus">True</property>
412 <property name="label" translatable="yes">enable</property>
413 <property name="use_underline">True</property>
414 <property name="relief">GTK_RELIEF_NORMAL</property>
415 <property name="active">True</property>
416 <property name="inconsistent">False</property>
417 <property name="draw_indicator">True</property>
418 </widget>
419 <packing>
420 <property name="padding">0</property>
421 <property name="expand">True</property>
422 <property name="fill">False</property>
423 </packing>
424 </child>
425
426 <child>
427 <widget class="GtkSpinButton" id="interpolate_mb">
428 <property name="visible">True</property>
429 <property name="can_focus">True</property>
430 <property name="climb_rate">1</property>
431 <property name="digits">0</property>
432 <property name="numeric">True</property>
433 <property name="update_policy">GTK_UPDATE_ALWAYS</property>
434 <property name="snap_to_ticks">False</property>
435 <property name="wrap">False</property>
436 <property name="adjustment">10 0 100 1 10 10</property>
437 </widget>
438 <packing>
439 <property name="padding">0</property>
440 <property name="expand">False</property>
441 <property name="fill">False</property>
442 </packing>
443 </child>
444
445 <child>
446 <widget class="GtkLabel" id="label7">
447 <property name="visible">True</property>
448 <property name="label" translatable="yes">MB</property>
449 <property name="use_underline">False</property>
450 <property name="use_markup">False</property>
451 <property name="justify">GTK_JUSTIFY_LEFT</property>
452 <property name="wrap">False</property>
453 <property name="selectable">False</property>
454 <property name="xalign">0.5</property>
455 <property name="yalign">0.5</property>
456 <property name="xpad">0</property>
457 <property name="ypad">0</property>
458 </widget>
459 <packing>
460 <property name="padding">0</property>
461 <property name="expand">False</property>
462 <property name="fill">False</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">3</property>
470 <property name="bottom_attach">4</property>
471 <property name="x_options"></property>
472 <property name="y_options"></property> 549 <property name="y_options"></property>
473 </packing> 550 </packing>
474 </child> 551 </child>
475 </widget> 552 </widget>
476 <packing> 553 <packing>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines