/[ghosts]/ghosts/gedcomviewer/src/MMIglade/src/MMIIndividualEvents_glade.cc
ViewVC logotype

Diff of /ghosts/gedcomviewer/src/MMIglade/src/MMIIndividualEvents_glade.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by cpcp, Tue Oct 1 15:08:32 2002 UTC revision 1.1.2.1 by cpcp, Tue Oct 29 21:54:14 2002 UTC
# Line 1  Line 1 
1  // generated 2002/8/29 21:57:30 CEST by free@mandrake82.maison.fr  // generated 2002/10/29 21:51:28 CET by free@mandrake82.maison.fr
2  // using glademm V0.6.4  // using glademm V0.6.4
3  //  //
4  // DO NOT EDIT THIS FILE ! It was created using  // DO NOT EDIT THIS FILE ! It was created using
# Line 23  MMIIndividualEvents_glade::MMIIndividual Line 23  MMIIndividualEvents_glade::MMIIndividual
23     _birth_date = manage(new class Gtk::Entry());     _birth_date = manage(new class Gtk::Entry());
24        
25     Gtk::Label *label38 = manage(new class Gtk::Label(_("Place")));     Gtk::Label *label38 = manage(new class Gtk::Label(_("Place")));
26     _birth_place = manage(new class Gtk::Entry());     BirthPlace = manage(new class BirthPlace());
27     MMIBirthNote = manage(new class MMIBirthNote());     MMIBirthNote = manage(new class MMIBirthNote());
28        
29     Gtk::HBox *hbox10 = manage(new class Gtk::HBox(false, 0));     Gtk::HBox *hbox10 = manage(new class Gtk::HBox(false, 0));
# Line 31  MMIIndividualEvents_glade::MMIIndividual Line 31  MMIIndividualEvents_glade::MMIIndividual
31     _death_date = manage(new class Gtk::Entry());     _death_date = manage(new class Gtk::Entry());
32        
33     Gtk::Label *label40 = manage(new class Gtk::Label(_("Place")));     Gtk::Label *label40 = manage(new class Gtk::Label(_("Place")));
34     _death_place = manage(new class Gtk::Entry());     DeathPlace = manage(new class DeathPlace());
35     MMIDeathNote = manage(new class MMIDeathNote());     MMIDeathNote = manage(new class MMIDeathNote());
36        
37     Gtk::HBox *hbox11 = manage(new class Gtk::HBox(false, 0));     Gtk::HBox *hbox11 = manage(new class Gtk::HBox(false, 0));
# Line 50  MMIIndividualEvents_glade::MMIIndividual Line 50  MMIIndividualEvents_glade::MMIIndividual
50     label38->set_alignment(0.5, 0.5);     label38->set_alignment(0.5, 0.5);
51     label38->set_padding(0, 0);     label38->set_padding(0, 0);
52     label38->set_justify(GTK_JUSTIFY_LEFT);     label38->set_justify(GTK_JUSTIFY_LEFT);
    _birth_place->set_editable(true);  
53     hbox10->pack_start(*label37, false, false, 0);     hbox10->pack_start(*label37, false, false, 0);
54     hbox10->pack_start(*_birth_date);     hbox10->pack_start(*_birth_date);
55     hbox10->pack_start(*label38, false, false, 0);     hbox10->pack_start(*label38, false, false, 0);
56     hbox10->pack_start(*_birth_place);     hbox10->pack_start(*BirthPlace);
57     hbox10->pack_start(*MMIBirthNote, false, false, 0);     hbox10->pack_start(*MMIBirthNote, false, false, 0);
58     label39->set_alignment(0.5, 0.5);     label39->set_alignment(0.5, 0.5);
59     label39->set_padding(0, 0);     label39->set_padding(0, 0);
# Line 63  MMIIndividualEvents_glade::MMIIndividual Line 62  MMIIndividualEvents_glade::MMIIndividual
62     label40->set_alignment(0.5, 0.5);     label40->set_alignment(0.5, 0.5);
63     label40->set_padding(0, 0);     label40->set_padding(0, 0);
64     label40->set_justify(GTK_JUSTIFY_LEFT);     label40->set_justify(GTK_JUSTIFY_LEFT);
    _death_place->set_editable(true);  
65     hbox11->pack_start(*label39, false, false, 0);     hbox11->pack_start(*label39, false, false, 0);
66     hbox11->pack_start(*_death_date);     hbox11->pack_start(*_death_date);
67     hbox11->pack_start(*label40, false, false, 0);     hbox11->pack_start(*label40, false, false, 0);
68     hbox11->pack_start(*_death_place);     hbox11->pack_start(*DeathPlace);
69     hbox11->pack_start(*MMIDeathNote, false, false, 0);     hbox11->pack_start(*MMIDeathNote, false, false, 0);
70     vbox7->pack_start(*hbox10, false, true, 0);     vbox7->pack_start(*hbox10, false, true, 0);
71     vbox7->pack_start(*hbox11, false, false, 0);     vbox7->pack_start(*hbox11, false, false, 0);
# Line 98  MMIIndividualEvents_glade::MMIIndividual Line 96  MMIIndividualEvents_glade::MMIIndividual
96     label37->show();     label37->show();
97     _birth_date->show();     _birth_date->show();
98     label38->show();     label38->show();
    _birth_place->show();  
99     hbox10->show();     hbox10->show();
100     label39->show();     label39->show();
101     _death_date->show();     _death_date->show();
102     label40->show();     label40->show();
    _death_place->show();  
103     hbox11->show();     hbox11->show();
104     vbox7->show();     vbox7->show();
105     label32->show();     label32->show();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26