/[ghosts]/ghosts/gedcomviewer/src/MMIglade/src/MMIChildToFamilyLink.hh
ViewVC logotype

Diff of /ghosts/gedcomviewer/src/MMIglade/src/MMIChildToFamilyLink.hh

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 23 17:59:22 2003 UTC
# Line 47  public: Line 47  public:
47    void Clear(void);    void Clear(void);
48    class OneChildToFamilyLink *  addChildToFamilyLink(std::string const &father, std::string const &mother, SigC::Slot0<void> * slot_father = 0, SigC::Slot0<void> * slot_mother = 0 );    class OneChildToFamilyLink *  addChildToFamilyLink(std::string const &father, std::string const &mother, SigC::Slot0<void> * slot_father = 0, SigC::Slot0<void> * slot_mother = 0 );
49    friend class MMIChildToFamilyLink_glade;    friend class MMIChildToFamilyLink_glade;
50      SigC::Signal0<void> &FamilyAdded(void);
51  private:  private:
52      SigC::Signal0<void> _family_added;
53    int _cpt_family;    int _cpt_family;
54      int button_pressed(GdkEventButton *);
55      void menu_add_activated(void);
56      void menu_delete_activated(void);
57      void deleteChildToFamilyLink(void);
58  };  };
59  #endif  #endif

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