📄 plugin_mgr_dlg.fl
字号:
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {plugin_mgr_dlg_.hpp} code_name {plugin_mgr_dlg_.cpp}decl {/* $Id: plugin_mgr_dlg.fl,v 1000.2 2004/06/01 20:48:37 gouriano Exp $ */} {public} decl {/* $Id: plugin_mgr_dlg.fl,v 1000.2 2004/06/01 20:48:37 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {} class CPluginMgrDlg {selected : {public CDialog}} { decl {CPluginMgrDlg();} {public } decl {void Show(void);} {public } decl {auto_ptr<CScannerOutputDlg> m_OutputDlg;} {} decl {void x_OnPathUp();} {} decl {void x_OnPathDown();} {} decl {void x_OnAddPath();} {} decl {void x_OnRemovePath();} {} decl {void x_OnRescanPlugins();} {} decl {void x_OnToggleEnable();} {} decl {string x_ListToPluginPath();} {} Function {x_CreateWindow()} {open private } { Fl_Window {} { label {Manage Plugins} open private xywh {448 374 470 437} type Double resizable visible } { Fl_Group {} { label {Plugin Search Paths} open xywh {5 5 460 175} box ENGRAVED_FRAME align 17 } { Fl_Browser m_PathsList { private xywh {15 30 440 110} type Multi labelsize 12 textsize 12 } Fl_Group {} {open xywh {15 145 440 25} } { Fl_Button {} { label Add callback {x_OnAddPath();} xywh {220 145 75 25} labelsize 12 } Fl_Button {} { label Remove callback {x_OnRemovePath();} xywh {300 145 75 25} labelsize 12 } Fl_Button {} { label Rescan callback {x_OnRescanPlugins();} xywh {380 145 75 25} labelsize 12 } Fl_Button {} { label {@8>} callback {x_OnPathUp();} xywh {15 145 25 25} labelsize 12 } Fl_Button {} { label {@2>} callback {x_OnPathDown();} xywh {40 145 25 25} labelsize 12 } Fl_Group {} {open xywh {65 145 155 25} resizable } {} } } Fl_Group {} { label Plugins open xywh {5 190 460 240} box ENGRAVED_FRAME labelsize 12 align 17 resizable } { Fl_Group {} {open xywh {15 220 440 170} box FLAT_BOX color 7 } { Fl_Group m_PluginTable {open private xywh {15 220 440 170} box THIN_DOWN_FRAME color 7 selection_color 177 labelsize 12 align 0 class CPluginTable } {} } Fl_Group {} {open xywh {20 400 440 25} } { Fl_Button {} { label {Disable/Enable} callback {x_OnToggleEnable();} xywh {335 400 125 25} labelsize 12 } Fl_Group {} {open xywh {30 400 305 25} resizable } {} } } } }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -