test_treebrowser.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- header_name {test_treebrowser_.hpp}
- code_name {test_treebrowser_.cpp}
- decl {/* $Id: test_treebrowser.fl,v 1000.1 2004/06/01 21:10:07 gouriano Exp $ */} {public
- }
- decl {/* $Id: test_treebrowser.fl,v 1000.1 2004/06/01 21:10:07 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {}
- class CTreeBrowserTestUI {} {
- decl {CTreeBrowserTestUI();} {public
- }
- decl {~CTreeBrowserTestUI();} {public
- }
- decl {void Show(int argc, char** argv);} {public
- }
- decl {auto_ptr<Fl_Window> m_Window;} {}
- Function {x_CreateWindow()} {open private
- } {
- Fl_Window {} {open
- xywh {300 162 370 355} type Double resizable visible
- } {
- Fl_Group {} {open
- xywh {5 5 360 315} box DOWN_FRAME resizable
- } {
- Fl_Box m_Tree {
- xywh {7 7 356 311} color 7 selection_color 4 labelfont 8 labelsize 20 resizable
- class CTreeBrowser
- }
- }
- Fl_Group {} {open
- xywh {5 325 360 25}
- } {
- Fl_Button {} {
- label {Add Leaf}
- callback {x_OnAddLeaf();}
- xywh {115 325 80 25}
- }
- Fl_Button {} {
- label {Add Sub}
- callback {x_OnAddSub();}
- xywh {200 325 80 25}
- }
- Fl_Button {} {
- label Add
- callback {x_OnAddLeaf();}
- xywh {285 325 80 25}
- }
- Fl_Group {} {open
- xywh {5 325 110 25} resizable
- } {}
- }
- }
- }
- decl {void x_OnAdd();} {public
- }
- decl {void x_OnAddSub();} {public
- }
- decl {void x_OnAddLeaf();} {public
- }
- }