output_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 {output_dlg_.hpp}
- code_name {output_dlg_.cpp}
- decl {/* $Id: output_dlg.fl,v 1000.1 2004/06/01 20:55:14 gouriano Exp $ */} {public
- }
- decl {/* $Id: output_dlg.fl,v 1000.1 2004/06/01 20:55:14 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {}
- class COutputDlg {open
- } {
- Function {COutputDlg()} {open
- } {
- Fl_Window m_MainWin {open
- private xywh {725 446 350 350} type Double labelsize 12 resizable visible
- } {
- Fl_Output m_Text {selected
- private xywh {0 0 350 350} labelsize 12 textsize 12
- code0 {#include <FL/Fl_Multiline_Output.H>}
- class Fl_Multiline_Output
- }
- }
- }
- decl {void SetText(const string& s);} {public
- }
- decl {string GetText() const;} {public
- }
- decl {void Size(int x, int y);} {public
- }
- decl {void Show();} {public
- }
- decl {void SetTitle(const string& s);} {public
- }
- decl {string m_TitleStr;} {}
- }