Parent Directory
|
Revision Log
|
Patch
| revision 1.5 by cpcp, Mon Feb 24 21:26:19 2003 UTC | revision 1.6 by cpcp, Sat Mar 1 12:04:26 2003 UTC | |
|---|---|---|
| # | Line 44 class MMIChildToFamilyLink : public MMIF | Line 44 class MMIChildToFamilyLink : public MMIF |
| 44 | { | { |
| 45 | public: | public: |
| 46 | MMIChildToFamilyLink(void); | MMIChildToFamilyLink(void); |
| 47 | 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::Slot1<int, GdkEventButton *> * slot_father = 0, SigC::Slot1<int, GdkEventButton *> * slot_mother = 0 ); |
| 48 | ||
| 49 | private: | private: |
| 50 | virtual void menu_add_activated(void); | virtual void menu_add_activated(void); |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |