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