| 1 |
// generated 2002/9/3 21:09:06 CEST by free@mandrake82.maison.fr |
// generated 2003/3/17 21:28:35 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 |
| 5 |
// glade-- /home/free/devel/geneal/gedcomviewer/src/MMIglade/prototype.glade |
// glade-- /home/free/devel/geneal/ghosts/gedcomviewer/src/MMIglade/prototype.glade |
| 6 |
// for gtk 1.2.10 and gtkmm 1.2.9 |
// for gtk 1.2.10 and gtkmm 1.2.9 |
| 7 |
// |
// |
| 8 |
// Please modify the corresponding derived classes in ./src/OneSpouseToFamilyLink.cc |
// Please modify the corresponding derived classes in ./src/OneSpouseToFamilyLink.cc |
| 21 |
_union_date = manage(new class Gtk::Entry()); |
_union_date = manage(new class Gtk::Entry()); |
| 22 |
|
|
| 23 |
Gtk::Label *label49 = manage(new class Gtk::Label(_("Place"))); |
Gtk::Label *label49 = manage(new class Gtk::Label(_("Place"))); |
| 24 |
_union_place = manage(new class Gtk::Entry()); |
UnionPlace = manage(new class UnionPlace()); |
| 25 |
MMIUnionNote = manage(new class MMIUnionNote()); |
MMIUnionNote = manage(new class MMIUnionNote()); |
| 26 |
|
|
| 27 |
Gtk::HBox *hbox16 = manage(new class Gtk::HBox(false, 0)); |
Gtk::HBox *hbox16 = manage(new class Gtk::HBox(false, 0)); |
| 39 |
label49->set_alignment(0.5, 0.5); |
label49->set_alignment(0.5, 0.5); |
| 40 |
label49->set_padding(0, 0); |
label49->set_padding(0, 0); |
| 41 |
label49->set_justify(GTK_JUSTIFY_LEFT); |
label49->set_justify(GTK_JUSTIFY_LEFT); |
|
_union_place->set_editable(true); |
|
| 42 |
hbox16->pack_start(*label48, false, false, 0); |
hbox16->pack_start(*label48, false, false, 0); |
| 43 |
hbox16->pack_start(*_union_date); |
hbox16->pack_start(*_union_date); |
| 44 |
hbox16->pack_start(*label49, false, false, 0); |
hbox16->pack_start(*label49, false, false, 0); |
| 45 |
hbox16->pack_start(*_union_place); |
hbox16->pack_start(*UnionPlace); |
| 46 |
hbox16->pack_start(*MMIUnionNote, false, false, 0); |
hbox16->pack_start(*MMIUnionNote, false, false, 0); |
| 47 |
_husband->set_alignment(0.5, 0.5); |
_husband->set_alignment(0.5, 0.5); |
| 48 |
_husband->set_padding(0, 0); |
_husband->set_padding(0, 0); |
| 60 |
label48->show(); |
label48->show(); |
| 61 |
_union_date->show(); |
_union_date->show(); |
| 62 |
label49->show(); |
label49->show(); |
|
_union_place->show(); |
|
| 63 |
hbox16->show(); |
hbox16->show(); |
| 64 |
_husband->show(); |
_husband->show(); |
| 65 |
_goto_husband->show(); |
_goto_husband->show(); |