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

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

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

revision 1.2 by cpcp, Tue Nov 12 21:25:22 2002 UTC revision 1.3 by cpcp, Sun Feb 9 20:13:24 2003 UTC
# Line 44  void MMIIndividualEvents::addEvent(std:: Line 44  void MMIIndividualEvents::addEvent(std::
44    _events_list->append_row(values);    _events_list->append_row(values);
45    return;    return;
46  }  }
47    
48    std::string const MMIIndividualEvents::getBirthDate(void) const
49    {
50      return(_birth_date->get_text());
51    }
52    
53    Gtk::Entry *  const MMIIndividualEvents::getBirthDateWidget(void)
54    {
55      return(_birth_date);
56    }
57    
58    std::string const MMIIndividualEvents::getDeathDate(void) const
59    {
60      return(_death_date->get_text());
61    }
62    
63    Gtk::Entry *  const MMIIndividualEvents::getDeathDateWidget(void)
64    {
65      return(_death_date);
66    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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