multi_demo_ui.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- do_not_include_H_from_C
- header_name {multi_demo_ui_.hpp}
- code_name {multi_demo_ui_.cpp}
- decl {/* $Id: multi_demo_ui.fl,v 1000.2 2004/06/01 21:07:44 gouriano Exp $ */} {public
- }
- decl {/* $Id: multi_demo_ui.fl,v 1000.2 2004/06/01 21:07:44 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {}
- class CMultiDemoUI {} {
- decl {CMultiDemoUI();} {public
- }
- decl {~CMultiDemoUI();} {public
- }
- decl {void Show (int argc, char** argv);} {public
- }
- decl {auto_ptr<Fl_Window> m_Window;} {}
- decl {CRef<CObjectManager> m_ObjMgr;} {}
- decl {CRef<CScope> m_Scope;} {}
- decl {CRef<CAlnVecMultiDataSource> m_DataSource;} {}
- Function {x_CreateWindow()} {open private
- } {
- Fl_Window {} {open
- xywh {292 291 972 512} type Double resizable visible
- } {
- Fl_Group {} {open
- xywh {10 10 955 440} resizable
- } {
- Fl_Box m_AlnWidget {
- private xywh {15 39 940 411} box DOWN_BOX color 7 resizable
- class CAlnVecMultiWidget
- }
- Fl_Menu_Bar m_MenuBar {open
- xywh {15 10 940 30}
- class CMenuBar
- } {}
- }
- Fl_Group {} {open
- xywh {15 450 940 60}
- } {
- Fl_Group {} {open
- xywh {210 450 745 50}
- } {
- Fl_Input m_Accession {
- label {Accession to Load}
- private xywh {530 470 315 25}
- }
- Fl_Button {} {
- label {Load!}
- callback {x_OnLoadAccession();}
- xywh {865 470 90 25}
- }
- }
- }
- }
- }
- decl {void x_OnLoadFile();} {}
- decl {void x_OnLoadAccession();} {}
- decl {CRowStyleCatalog m_StyleCatalog;} {}
- }