gltestui_.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- /*
- * ===========================================================================
- * PRODUCTION $Log: gltestui_.hpp,v $
- * PRODUCTION Revision 1000.1 2004/06/01 20:53:25 gouriano
- * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.2
- * PRODUCTION
- * ===========================================================================
- */
- // generated by Fast Light User Interface Designer (fluid) version 1.0105
- #ifndef gltestui__hpp
- #define gltestui__hpp
- #include <FL/Fl.H>
- /* $Id: gltestui_.hpp,v 1000.1 2004/06/01 20:53:25 gouriano Exp $ */
- #include <FL/Fl_Double_Window.H>
- #include <FL/Fl_Menu_Bar.H>
- #include <FL/Fl_Group.H>
- #include <FL/Fl_Box.H>
- class CGlTestUI {
- public:
- CGlTestUI();
- static Fl_Menu_Item menu_[];
- private:
- inline void cb_Save_i(Fl_Menu_*, void*);
- static void cb_Save(Fl_Menu_*, void*);
- inline void cb_E_i(Fl_Menu_*, void*);
- static void cb_E(Fl_Menu_*, void*);
- Fl_Box *m_GlVersion;
- Fl_Box *m_GlRenderer;
- Fl_Box *m_GlVendor;
- Fl_Box *m_GlExtensions;
- Fl_Box *m_GluVersion;
- Fl_Box *m_GluExtensions;
- Fl_Gl_Window *m_GlWindow;
- auto_ptr<Fl_Window> m_Window;
- void x_PostConstruction();
- void x_OnExit();
- void x_OnSave();
- };
- #endif