output_dlg.fl

来自「ncbi源码」· FL 代码 · 共 39 行

FL
39
字号
# 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;} {}} 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?