edit_styles_dlg.fl
来自「ncbi源码」· FL 代码 · 共 79 行
FL
79 行
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {../../../../include/gui/dialogs/config/edit_styles_dlg_.hpp} code_name {edit_styles_dlg_.cpp}decl {/* $Id: edit_styles_dlg.fl,v 1000.1 2004/06/01 20:45:39 gouriano Exp $ */} {public} decl {/* $Id: edit_styles_dlg.fl,v 1000.1 2004/06/01 20:45:39 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {selected} class NCBI_GUIDIALOGS_EXPORT CEditStylesDlg {: {public CDialog}} { decl {CEditStylesDlg(IConfigMediator&);} {public } decl {CRef<IConfigMediator> m_ConfigMediator;} {} Function {x_CreateWindow()} {open private } { Fl_Window {} { label Preferences open xywh {438 179 245 310} type Single hide resizable modal } { Fl_Box {} { label {Saved Styles} xywh {10 5 225 25} } Fl_Browser m_StyleBrowser { callback {x_UpdateSetBtns();} private xywh {10 35 150 265} type Hold align 1 resizable } Fl_Group m_SetBtnGroup { label {set buttons} open private xywh {165 35 70 265} labeltype NO_LABEL } { Fl_Button {} { label Add callback {x_OnAdd();} xywh {165 35 70 25} } Fl_Button {} { label Copy callback {x_OnCopy();} xywh {165 65 70 25} } Fl_Button m_RenameBtn { label Rename callback {x_OnRename();} private xywh {165 95 70 25} } Fl_Button m_DeleteBtn { label Delete callback {x_OnDelete();} private xywh {165 125 70 25} } Fl_Box {} { label resizable xywh {165 155 70 79} labeltype NO_LABEL hide deactivate resizable } Fl_Return_Button {} { label Done callback {x_OnOK();} xywh {165 275 70 25} } } } } decl {void x_SetStates(list<string> const& states);} {} decl {bool x_GetSelectedState(string& state);} {} decl {void x_SetSelectedState(const string& state);} {} decl {void x_SelectFirstState();} {} decl {virtual void x_UpdateSetBtns();} {} decl {virtual void x_OnAdd();} {} decl {virtual void x_OnCopy();} {} decl {virtual void x_OnRename();} {} decl {virtual void x_OnDelete();} {}}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?