theme_config_panel.fl
来自「ncbi源码」· FL 代码 · 共 63 行
FL
63 行
# 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_config_panel_.hpp} code_name {theme_config_panel_.cpp}decl {/* $Id: theme_config_panel.fl,v 1000.1 2004/06/01 20:45:47 gouriano Exp $ */} {public} decl {/* $Id: theme_config_panel.fl,v 1000.1 2004/06/01 20:45:47 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {} class NCBI_GUIDIALOGS_EXPORT CThemeConfigPanel {: {public CThemeConfigPanelBase}} { decl {CThemeConfigPanel();} {public } decl {Fl_Group* GetConfigPanel();} {public } decl {void MakeWidgets();} {public } Function {x_MakeWidgets()} {open private } { Fl_Window m_ConfigPanel {open xywh {586 244 315 225} type Single resizable class Fl_Group visible } { Fl_Group {} {open xywh {0 0 314 64} } { Fl_Box {} { label Item xywh {20 5 45 25} align 20 } Fl_Choice m_ItemList { callback {UpdateWidgets();} open xywh {76 5 233 25} down_box BORDER_BOX } {} Fl_Box {} { label Style xywh {20 35 45 25} align 20 } Fl_Choice m_StyleList { callback {x_StyleChosen();} open xywh {75 35 235 25} down_box BORDER_BOX } {} Fl_Box {} { label resizable xywh {93 60 109 2} labeltype NO_LABEL hide deactivate resizable } } Fl_Group m_Preview { xywh {0 65 315 160} box DOWN_BOX resizable } {} } } decl {void UpdateWidgets();} {public } decl {void x_SetItems();} {} decl {string x_GetCurrentItem();} {} decl {void x_SetStyles(const string&);} {} decl {void x_StyleChosen();} {}}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?