tt_demo_ui.fl

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

FL
31
字号
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {tt_demo_ui_.hpp} code_name {tt_demo_ui_.cpp}decl {/* $Id: tt_demo_ui.fl,v 1000.1 2004/06/01 21:10:20 gouriano Exp $ */} {public} decl {/* $Id: tt_demo_ui.fl,v 1000.1 2004/06/01 21:10:20 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {} class CToolTipUI {} {  decl {CToolTipUI();} {public  }  decl {int Show(int argc, char** argv);} {public  }  Function {x_CreateWindow()} {open private  } {    Fl_Window {} {open      xywh {411 219 440 300} type Double visible    } {      Fl_Group {} {open        private xywh {10 10 415 275}        class CTTWindow      } {}    }  }  decl {auto_ptr<Fl_Window> m_Window;} {}} 

⌨️ 快捷键说明

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