// generated 2002/5/26 15:55:07 CEST by free@m127.net195-132-170.noos.fr.localdomain // using glademm V0.6.4 // // newer (non customized) versions of this file go to MMIPersonalName.hh_new // you might replace // class foo : public foo_glade { ... }; // by // typedef foo_glade foo; // if you didn't make any modifications to the widget #ifndef _MMIPERSONALNAME_HH # include "MMIPersonalName_glade.hh" # define _MMIPERSONALNAME_HH #include "glademm_support.hh" class MMIPersonalName : public MMIPersonalName_glade { friend class MMIPersonalName_glade; public: void setPersonalName(std::string const &); void setNamePieceGiven(std::string const &); void setNamePieceSurname(std::string const &); }; #endif