output_dlg_.hpp
来自「ncbi源码」· HPP 代码 · 共 35 行
HPP
35 行
/* * =========================================================================== * 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
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?