frame_demo_ui_.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- /*
- * ===========================================================================
- * PRODUCTION $Log: frame_demo_ui_.hpp,v $
- * PRODUCTION Revision 1000.1 2004/06/01 21:09:48 gouriano
- * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.2
- * PRODUCTION
- * ===========================================================================
- */
- // generated by Fast Light User Interface Designer (fluid) version 1.0105
- #ifndef frame_demo_ui__hpp
- #define frame_demo_ui__hpp
- #include <FL/Fl.H>
- /* $Id: frame_demo_ui_.hpp,v 1000.1 2004/06/01 21:09:48 gouriano Exp $ */
- #include <FL/Fl_Double_Window.H>
- #include <FL/Fl_Check_Button.H>
- class CFrameDemoUI {
- public:
- CFrameDemoUI();
- int Show(int argc, char** argv);
- private:
- Fl_Double_Window* x_CreateWindow();
- auto_ptr<Fl_Window> m_Window;
- };
- #endif