📄 view_crossalign.fl
字号:
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {view_crossalign_.hpp} code_name {view_crossalign_.cpp}decl {/* $Id: view_crossalign.fl,v 1000.4 2004/06/01 20:59:13 gouriano Exp $ */} {public} decl {/* $Id: view_crossalign.fl,v 1000.4 2004/06/01 20:59:13 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {selected} class CAlnCrossAlignView {: {public CAlnView}} { decl {CAlnCrossAlignView(const objects::CPluginMessage& msg, const string& pool_name);} {public } decl {static void GetInfo(objects::CPluginInfo& info);} {public } decl {void OnDocumentChanged();} {public } decl {const string& GetTitle() const;} {public } decl {CRef<CCrossAlnDataSource> m_DataSource;} {} decl {void x_OnFileClose();} {} decl {void x_OnHelp();} {} decl {void x_OnFitToWindow();} {} decl {void x_OnSelectionChanged();} {} decl {void x_OnZoomToSequence();} {} decl {void x_OnShowMismatches();} {} Function {x_CreateWindow()} {open private } { Fl_Window {} { label {Cross Alignment View} callback {OnExit();} open private xywh {96 239 776 502} type Double resizable class Fl_Window visible } { Fl_Group {} {open xywh {15 15 745 470} box DOWN_BOX resizable } { Fl_Choice m_SeqChoice1 { label {Top Sequence:} callback {x_OnSelectionChanged();} open xywh {30 40 715 20} down_box BORDER_BOX align 5 } {} Fl_Choice m_SeqChoice2 { label {Bottom Sequence:} callback {x_OnSelectionChanged();} open xywh {30 455 715 20} down_box BORDER_BOX align 5 } {} Fl_Box m_AlnWidget { private xywh {30 70 715 365} box FLAT_BOX color 7 resizable class CCrossAlnWidget } } } }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -