output_dlg.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 {output_dlg_.hpp} 
  5. code_name {output_dlg_.cpp}
  6. decl {/* $Id: output_dlg.fl,v 1000.1 2004/06/01 20:55:14 gouriano Exp $ */} {public
  7. decl {/* $Id: output_dlg.fl,v 1000.1 2004/06/01 20:55:14 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {} 
  9. class COutputDlg {open
  10. } {
  11.   Function {COutputDlg()} {open
  12.   } {
  13.     Fl_Window m_MainWin {open
  14.       private xywh {725 446 350 350} type Double labelsize 12 resizable visible
  15.     } {
  16.       Fl_Output m_Text {selected
  17.         private xywh {0 0 350 350} labelsize 12 textsize 12
  18.         code0 {#include <FL/Fl_Multiline_Output.H>}
  19.         class Fl_Multiline_Output
  20.       }
  21.     }
  22.   }
  23.   decl {void SetText(const string& s);} {public
  24.   }
  25.   decl {string GetText() const;} {public
  26.   }
  27.   decl {void Size(int x, int y);} {public
  28.   }
  29.   decl {void Show();} {public
  30.   }
  31.   decl {void SetTitle(const string& s);} {public
  32.   }
  33.   decl {string m_TitleStr;} {}