| 34 |
_union_date->set_text(spouse_to_family_link_handler->getUnionDate()); |
_union_date->set_text(spouse_to_family_link_handler->getUnionDate()); |
| 35 |
UnionPlace->set_text(spouse_to_family_link_handler->getUnionPlace()); |
UnionPlace->set_text(spouse_to_family_link_handler->getUnionPlace()); |
| 36 |
std::vector< std::string > children = spouse_to_family_link_handler->getChildren(); |
std::vector< std::string > children = spouse_to_family_link_handler->getChildren(); |
| 37 |
std::vector< OneFamilyLinkHandler::NavigationSlotHandler_t * > slots_children = spouse_to_family_link_handler->getNavigationSlotsChildren(); |
std::vector< FamilyMemberHandler::NavigationSlotHandler_t * > slots_children = spouse_to_family_link_handler->getNavigationSlotsChildren(); |
| 38 |
for (unsigned int cpt_child = 0; cpt_child < children.size(); cpt_child++) |
for (unsigned int cpt_child = 0; cpt_child < children.size(); cpt_child++) |
| 39 |
{ |
{ |
| 40 |
Gtk::Button * goto_child = manage(new Gtk::Button(children[cpt_child])); |
Gtk::Button * goto_child = manage(new Gtk::Button(children[cpt_child])); |