theme_dlg.fl
来自「ncbi源码」· FL 代码 · 共 83 行
FL
83 行
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {../../../../include/gui/dialogs/config/theme_dlg_.hpp} code_name {theme_dlg_.cpp}decl {/* $Id: theme_dlg.fl,v 1000.1 2004/06/01 20:45:57 gouriano Exp $ */} {public} decl {/* $Id: theme_dlg.fl,v 1000.1 2004/06/01 20:45:57 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {} class NCBI_GUIDIALOGS_EXPORT CThemeDlg {: {public CDialog}} { decl {CThemeDlg(IConfigMediator&);} {public } decl {CRef<IConfigMediator> m_ConfigMediator;} {} Function {x_CreateWindow()} {open private } { Fl_Window {} { label Preferences open xywh {645 201 325 300} type Double resizable modal visible } { Fl_Group {} {open xywh {0 0 324 38} } { Fl_Box {} { label Theme xywh {12 8 55 25} } Fl_Choice m_ThemeList { callback {x_OnUse();} open xywh {68 8 211 25} down_box BORDER_BOX labeltype NO_LABEL } {} Fl_Box {} { label resizable xywh {82 33 169 1} labeltype NO_LABEL hide deactivate resizable } Fl_Button {} { label {...} callback {x_OnShowStateDlg();} xywh {287 8 28 25} labelfont 1 } } Fl_Group m_ConfigPanelHolder { xywh {2 40 321 225} resizable } {} Fl_Group m_ValueBtnGroup { label {value buttons} open xywh {5 270 315 25} labeltype NO_LABEL } { Fl_Button {} { label {Default Values} callback {x_OnDefVals();} private xywh {11 270 105 25} } Fl_Box {} { label resizable xywh {8 270 1 25} hide deactivate resizable } Fl_Return_Button {} { label OK callback {x_OnOK();} private xywh {240 270 80 25} } Fl_Button {} { label Cancel callback {x_OnCancel();} private xywh {155 270 80 25} } } } } decl {void SetConfigPanel(Fl_Group& config_panel);} {} decl {void x_SetStates(list<string> const& states);} {} decl {string x_GetLoadedState();} {} decl {void x_SetLoadedState(const string& state);} {} decl {void x_OnUse();} {} decl {void x_OnOK();} {} decl {void x_OnDefVals();} {} decl {void x_OnShowStateDlg();;} {}}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?