obj_browser_other_dlg.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 {obj_browse_other_.hpp}
- code_name {obj_browse_other_.cpp}
- decl {/* $Id: obj_browser_other_dlg.fl,v 1000.0 2004/06/01 21:16:53 gouriano Exp $ */} {public
- }
- decl {/* $Id: obj_browser_other_dlg.fl,v 1000.0 2004/06/01 21:16:53 gouriano Exp $ */} {selected
- }
- decl {#include <ncbi_pch.hpp>} {}
- class CBrowseOtherDlg {open : {public CDialog}
- } {
- decl {CBrowseOtherDlg(CObjBrowser* browser);} {public
- }
- Function {x_CreateWindow()} {open private
- } {
- Fl_Window {} {
- label {Choose From Other Documents} open
- xywh {423 222 325 310} type Double hide resizable
- } {
- Fl_Group m_Tree {open
- private xywh {0 0 325 265} box THIN_DOWN_FRAME color 7 labelsize 12 resizable
- class CTreeBrowser
- } {}
- Fl_Group {} {open
- xywh {0 270 325 5} box THIN_DOWN_FRAME labelsize 12
- } {}
- Fl_Group {} {open
- xywh {5 280 315 25} labelsize 12
- } {
- Fl_Button {} {
- label Cancel
- callback {x_OnCancel();}
- xywh {240 280 80 25} labelsize 12
- }
- Fl_Return_Button {} {
- label OK
- callback {x_OnOK();}
- xywh {155 280 80 25} labelsize 12
- }
- Fl_Group {} {open
- xywh {5 280 150 25} labelsize 12 resizable
- } {}
- }
- }
- }
- decl {void x_OnOK();} {}
- decl {CObjBrowser* m_Browser;} {}
- }