// generated 2002/8/29 22:25:13 CEST by free@mandrake82.maison.fr // using glademm V0.6.4 // // DO NOT EDIT THIS FILE ! It was created using // glade-- /home/free/devel/geneal/gedcomviewer/src/MMIglade/prototype.glade // for gtk 1.2.10 and gtkmm 1.2.9 // // Please modify the corresponding derived classes in ./src/MMIIndividualAttributes.cc #include "config.h" #include #include "MMIIndividualAttributes.hh" #include MMIIndividualAttributes_glade::MMIIndividualAttributes_glade( ) { MMIIndividualAttributes = this; Gtk::Label *label51 = manage(new class Gtk::Label(_("Occupation"))); _occupation = manage(new class Gtk::Entry()); MMIIndividualAttributesNote = manage(new class MMIIndividualAttributesNote()); label51->set_usize(65, -1); label51->set_alignment(0.5, 0.5); label51->set_padding(0, 0); label51->set_justify(GTK_JUSTIFY_LEFT); _occupation->set_usize(187, -1); _occupation->set_editable(true); MMIIndividualAttributes->pack_start(*label51, false, false, 1); MMIIndividualAttributes->pack_start(*_occupation, false, true, 0); MMIIndividualAttributes->pack_start(*MMIIndividualAttributesNote, false, false, 0); label51->show(); _occupation->show(); MMIIndividualAttributes->show(); glademm_set_Widget("MMIIndividualAttributes", this); } MMIIndividualAttributes_glade::~MMIIndividualAttributes_glade() { }