table_demo_ui.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- do_not_include_H_from_C
- header_name {table_demo_ui_.hpp}
- code_name {table_demo_ui_.cpp}
- decl {/* $Id: table_demo_ui.fl,v 1000.1 2004/06/01 21:09:55 gouriano Exp $ */} {public
- }
- decl {/* $Id: table_demo_ui.fl,v 1000.1 2004/06/01 21:09:55 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {selected
- }
- class CTableDemoUI {: {public CDialog}
- } {
- decl {CTableDemoUI();} {public
- }
- Function {x_CreateWindow()} {open private
- } {
- Fl_Window {} {open
- xywh {335 233 455 410} type Double resizable visible
- } {
- Fl_Group m_Table1 {
- private xywh {5 5 445 195} box THIN_DOWN_FRAME resizable
- class {CTablePanel<int>}
- } {}
- Fl_Group m_Table2 {
- private xywh {5 210 445 195} box THIN_DOWN_FRAME
- class {CTablePanel<int>}
- } {}
- }
- }
- }