📄 preference_dlg.fl
字号:
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {preference_dlg_.hpp} code_name {preference_dlg_.cpp}decl {/* $Id: preference_dlg.fl,v 1000.1 2004/06/01 21:00:55 gouriano Exp $ */} {selected public} decl {/* $Id: preference_dlg.fl,v 1000.1 2004/06/01 21:00:55 gouriano Exp $ */} {selected} decl {\#include <ncbi_pch.hpp>} {selected} class CFeatTablePreferenceDialog {: {public CDialog}} { decl {CFeatTablePreferenceDialog();} {public } decl {bool EntirelyContainedMethod();} {public } decl {bool IntersectionMethod();} {public } decl {bool ScrollToMethod();} {public } decl {void SetScrollTo();} {public } decl {void SetEntirelyContained();} {public } decl {void SetIntersection();} {public } Function {x_CreateWindow()} {open } { Fl_Window {} { label Preferences open xywh {473 516 280 170} type Double resizable visible } { Fl_Group {} { label {Visible Range Method} open xywh {5 20 270 100} box ENGRAVED_FRAME labelfont 1 resizable class CFlFrame } { Fl_Round_Button m_ScrollTo { private xywh {95 35 20 20} type Radio down_box ROUND_DOWN_BOX } Fl_Round_Button m_EntirelyContained { private xywh {95 65 20 20} type Radio down_box ROUND_DOWN_BOX } Fl_Round_Button m_Intersection { xywh {95 95 20 20} type Radio down_box ROUND_DOWN_BOX } Fl_Box {} { label {Scroll To} xywh {120 35 65 20} align 20 } Fl_Box {} { label {Entirely Contained} xywh {120 65 125 20} align 20 } Fl_Box {} { label Intersection xywh {120 95 65 20} align 20 } } Fl_Group {} {open xywh {5 130 270 26} } { Fl_Return_Button {} { label OK callback {x_OnOK();} xywh {110 130 80 25} } Fl_Button {} { label Cancel callback {x_OnCancel();} xywh {195 130 80 25} } Fl_Group {} {open xywh {15 130 95 25} resizable } {} } } }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -