// 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 App.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 _APP_HH # include "App_glade.hh" # define _APP_HH #include "glademm_support.hh" class App : public App_glade { public: App(void); friend class App_glade; }; #endif