output_dlg_.hpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- /*
- * ===========================================================================
- * PRODUCTION $Log: output_dlg_.hpp,v $
- * PRODUCTION Revision 1000.1 2004/06/01 20:55:21 gouriano
- * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.6
- * PRODUCTION
- * ===========================================================================
- */
- // generated by Fast Light User Interface Designer (fluid) version 1.0105
- #ifndef output_dlg__hpp
- #define output_dlg__hpp
- #include <FL/Fl.H>
- /* $Id: output_dlg_.hpp,v 1000.1 2004/06/01 20:55:21 gouriano Exp $ */
- #include <FL/Fl_Double_Window.H>
- #include <FL/Fl_Multiline_Output.H>
- class COutputDlg {
- public:
- COutputDlg();
- private:
- Fl_Double_Window *m_MainWin;
- Fl_Multiline_Output *m_Text;
- public:
- void SetText(const string& s);
- string GetText() const;
- void Size(int x, int y);
- void Show();
- void SetTitle(const string& s);
- private:
- string m_TitleStr;
- };
- #endif