/[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.3 by cpcp, Sun Feb 9 20:13:24 2003 UTC revision 1.4 by cpcp, Tue Feb 11 21:09:52 2003 UTC
# Line 55  Gtk::Entry *  const MMIIndividualEvents: Line 55  Gtk::Entry *  const MMIIndividualEvents:
55    return(_birth_date);    return(_birth_date);
56  }  }
57    
58    std::string const MMIIndividualEvents::getBirthPlace(void) const
59    {
60      return(BirthPlace->getEntryWidget()->get_text());
61    }
62    
63    Gtk::Entry *  const MMIIndividualEvents::getBirthPlaceWidget(void)
64    {
65      return(BirthPlace->getEntryWidget());
66    }
67    
68  std::string const MMIIndividualEvents::getDeathDate(void) const  std::string const MMIIndividualEvents::getDeathDate(void) const
69  {  {
70    return(_death_date->get_text());    return(_death_date->get_text());
# Line 64  Gtk::Entry *  const MMIIndividualEvents: Line 74  Gtk::Entry *  const MMIIndividualEvents:
74  {  {
75    return(_death_date);    return(_death_date);
76  }  }
77    
78    std::string const MMIIndividualEvents::getDeathPlace(void) const
79    {
80      return(DeathPlace->getEntryWidget()->get_text());
81    }
82    
83    Gtk::Entry *  const MMIIndividualEvents::getDeathPlaceWidget(void)
84    {
85      return(DeathPlace->getEntryWidget());
86    }

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

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