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

生物技术

开发平台:

C/C++

  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0105 
  3. do_not_include_H_from_C 
  4. header_name {tt_demo_ui_.hpp} 
  5. code_name {tt_demo_ui_.cpp}
  6. decl {/* $Id: tt_demo_ui.fl,v 1000.1 2004/06/01 21:10:20 gouriano Exp $ */} {public
  7. decl {/* $Id: tt_demo_ui.fl,v 1000.1 2004/06/01 21:10:20 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {} 
  9. class CToolTipUI {} {
  10.   decl {CToolTipUI();} {public
  11.   }
  12.   decl {int Show(int argc, char** argv);} {public
  13.   }
  14.   Function {x_CreateWindow()} {open private
  15.   } {
  16.     Fl_Window {} {open
  17.       xywh {411 219 440 300} type Double visible
  18.     } {
  19.       Fl_Group {} {open
  20.         private xywh {10 10 415 275}
  21.         class CTTWindow
  22.       } {}
  23.     }
  24.   }
  25.   decl {auto_ptr<Fl_Window> m_Window;} {}