test_treebrowser.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
源码类别:

生物技术

开发平台:

C/C++

  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0105 
  3. header_name {test_treebrowser_.hpp} 
  4. code_name {test_treebrowser_.cpp}
  5. decl {/* $Id: test_treebrowser.fl,v 1000.1 2004/06/01 21:10:07 gouriano Exp $ */} {public
  6. decl {/* $Id: test_treebrowser.fl,v 1000.1 2004/06/01 21:10:07 gouriano Exp $ */} {} 
  7. decl {#include <ncbi_pch.hpp>} {} 
  8. class CTreeBrowserTestUI {} {
  9.   decl {CTreeBrowserTestUI();} {public
  10.   }
  11.   decl {~CTreeBrowserTestUI();} {public
  12.   }
  13.   decl {void Show(int argc, char** argv);} {public
  14.   }
  15.   decl {auto_ptr<Fl_Window> m_Window;} {}
  16.   Function {x_CreateWindow()} {open private
  17.   } {
  18.     Fl_Window {} {open
  19.       xywh {300 162 370 355} type Double resizable visible
  20.     } {
  21.       Fl_Group {} {open
  22.         xywh {5 5 360 315} box DOWN_FRAME resizable
  23.       } {
  24.         Fl_Box m_Tree {
  25.           xywh {7 7 356 311} color 7 selection_color 4 labelfont 8 labelsize 20 resizable
  26.           class CTreeBrowser
  27.         }
  28.       }
  29.       Fl_Group {} {open
  30.         xywh {5 325 360 25}
  31.       } {
  32.         Fl_Button {} {
  33.           label {Add Leaf}
  34.           callback {x_OnAddLeaf();}
  35.           xywh {115 325 80 25}
  36.         }
  37.         Fl_Button {} {
  38.           label {Add Sub}
  39.           callback {x_OnAddSub();}
  40.           xywh {200 325 80 25}
  41.         }
  42.         Fl_Button {} {
  43.           label Add
  44.           callback {x_OnAddLeaf();}
  45.           xywh {285 325 80 25}
  46.         }
  47.         Fl_Group {} {open
  48.           xywh {5 325 110 25} resizable
  49.         } {}
  50.       }
  51.     }
  52.   }
  53.   decl {void x_OnAdd();} {public
  54.   }
  55.   decl {void x_OnAddSub();} {public
  56.   }
  57.   decl {void x_OnAddLeaf();} {public
  58.   }