📄 view_taxtree.fl
字号:
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {view_taxtree_.hpp} code_name {view_taxtree_.cpp}decl {/* $Id: view_taxtree.fl,v 1000.1 2004/06/01 21:03:01 gouriano Exp $ */} {public} decl {/* $Id: view_taxtree.fl,v 1000.1 2004/06/01 21:03:01 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {} class CViewTaxTree {open : {public CView}} { decl {CViewTaxTree(const objects::CPluginMessage& args, const string& pool_name);} {public } decl {static void GetInfo(objects::CPluginInfo& info);} {public } decl {void OnDocumentChanged();} {public } decl {const string& GetTitle() const;} {public } decl {EVENT_MAP_DECLARE();} {public } Function {x_CreateWindow()} {open private } { Fl_Window {} {open xywh {552 175 435 500} type Double resizable class Fl_Window visible } { Fl_Menu_Bar m_Menu {open private xywh {0 0 435 25} box FLAT_BOX labelsize 12 } { submenu {} { label File open xywh {0 0 100 20} labelsize 12 } { menuitem {} { label Close xywh {0 0 100 20} labelsize 12 } } submenu {} { label Views open xywh {0 0 100 20} labelsize 12 } { submenu {} { label {Active Views} open xywh {0 0 100 20} labelsize 12 } {} submenu {} { label {New View} open xywh {10 10 100 20} labelsize 12 } {} } submenu {} { label Help open xywh {0 0 100 20} labelsize 12 } {} } Fl_Group {} {open xywh {0 25 435 475} box FLAT_BOX color 7 labelsize 12 resizable } { Fl_Group m_TaxTree {open private xywh {0 25 435 475} box THIN_DOWN_FRAME color 7 selection_color 4 labelsize 12 resizable class CTaxTreeBrowser } {} } } } decl {plugin_args::TIdList m_Ids;} {} decl {auto_ptr<CViewMenuMgr> m_ViewMenuMgr;} {} decl {CRef<CTaxTreeDataSource> m_DataSource;} {}}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -