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

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

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

revision 1.1 by cpcp, Tue Oct 1 15:08:32 2002 UTC revision 1.2 by cpcp, Sun Jan 26 22:11:50 2003 UTC
# Line 13  void MMIIndividualAttributes::setOccupat Line 13  void MMIIndividualAttributes::setOccupat
13    _occupation->set_text(s);    _occupation->set_text(s);
14    return;    return;
15  }  }
16    
17    std::string const MMIIndividualAttributes::getOccupation(void)
18    {
19      return(_occupation->get_text());
20    }
21    
22    Gtk::Entry * const MMIIndividualAttributes::getOccupationWidget(void)
23    {
24      return _occupation;
25    }

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

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