test_treebrowser_.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- /*
- * ===========================================================================
- * PRODUCTION $Log: test_treebrowser_.hpp,v $
- * PRODUCTION Revision 1000.1 2004/06/01 21:10:12 gouriano
- * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.3
- * PRODUCTION
- * ===========================================================================
- */
- // generated by Fast Light User Interface Designer (fluid) version 1.0105
- #ifndef test_treebrowser__hpp
- #define test_treebrowser__hpp
- #include <FL/Fl.H>
- /* $Id: test_treebrowser_.hpp,v 1000.1 2004/06/01 21:10:12 gouriano Exp $ */
- #include <FL/Fl_Double_Window.H>
- #include <FL/Fl_Group.H>
- #include <FL/Fl_Button.H>
- class CTreeBrowserTestUI {
- public:
- CTreeBrowserTestUI();
- ~CTreeBrowserTestUI();
- void Show(int argc, char** argv);
- private:
- auto_ptr<Fl_Window> m_Window;
- Fl_Double_Window* x_CreateWindow();
- public:
- CTreeBrowser *m_Tree;
- private:
- inline void cb_Add_i(Fl_Button*, void*);
- static void cb_Add(Fl_Button*, void*);
- inline void cb_Add1_i(Fl_Button*, void*);
- static void cb_Add1(Fl_Button*, void*);
- inline void cb_Add2_i(Fl_Button*, void*);
- static void cb_Add2(Fl_Button*, void*);
- public:
- void x_OnAdd();
- void x_OnAddSub();
- void x_OnAddLeaf();
- };
- #endif