table_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 {table_demo_ui_.hpp} 
  5. code_name {table_demo_ui_.cpp}
  6. decl {/* $Id: table_demo_ui.fl,v 1000.1 2004/06/01 21:09:55 gouriano Exp $ */} {public
  7. decl {/* $Id: table_demo_ui.fl,v 1000.1 2004/06/01 21:09:55 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {selected
  9. class CTableDemoUI {: {public CDialog}
  10. } {
  11.   decl {CTableDemoUI();} {public
  12.   }
  13.   Function {x_CreateWindow()} {open private
  14.   } {
  15.     Fl_Window {} {open
  16.       xywh {335 233 455 410} type Double resizable visible
  17.     } {
  18.       Fl_Group m_Table1 {
  19.         private xywh {5 5 445 195} box THIN_DOWN_FRAME resizable
  20.         class {CTablePanel<int>}
  21.       } {}
  22.       Fl_Group m_Table2 {
  23.         private xywh {5 210 445 195} box THIN_DOWN_FRAME
  24.         class {CTablePanel<int>}
  25.       } {}
  26.     }
  27.   }