⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 document_dlg.fl

📁 ncbi源码
💻 FL
字号:
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {document_dlg_.hpp} code_name {document_dlg_.cpp}decl {/* $Id: document_dlg.fl,v 1000.3 2004/06/01 20:47:57 gouriano Exp $ */} {selected public} decl {/* $Id: document_dlg.fl,v 1000.3 2004/06/01 20:47:57 gouriano Exp $ */} {selected} decl {\#include <ncbi_pch.hpp>} {selected} class CDocumentDlg {: {public CDocMgrView, public ISelection}} {  decl {CDocumentDlg();} {public  }  decl {void Update(TUpdateFlags flags);} {public  }  decl {void Hide();} {public  }  decl {string GetTitle() const;} {public  }  decl {void Show();} {public  }  decl {bool Shown() const;} {public  }  decl {auto_ptr<CAlgoMenuMgr> m_ToolsMgr;} {}  decl {auto_ptr<Fl_Window> m_Window;} {}  Function {x_CreateWindow()} {private  } {    Fl_Window {} {      label {NCBI Genome Workbench: All Loaded Records}      callback {x_OnOK();} open      xywh {673 250 460 349} type Double resizable visible    } {      Fl_Group {} {open        xywh {5 5 450 310} box FLAT_BOX color 7 resizable      } {        Fl_Group m_Records {          callback {x_OnSelChanged();}          private xywh {5 5 450 310} box THIN_DOWN_FRAME color 7 selection_color 4 labelsize 12 resizable          class CRecordsTable        } {}      }      Fl_Group {} {open        xywh {5 320 450 25}      } {        Fl_Menu_Button m_ToolsButton {          label Tools open          private xywh {5 320 100 25} labelsize 12 textsize 12        } {}        Fl_Button {} {          label Unload          callback {x_OnUnload();}          xywh {265 320 95 25} labelsize 12        }        Fl_Return_Button {} {          label OK          callback {x_OnOK();}          xywh {365 320 90 25} labelsize 12        }        Fl_Group {} {open          xywh {105 320 160 25} resizable        } {}      }    }  }  decl {void x_OnUnload();} {}  decl {void x_OnOK();} {}  decl {void x_OnSelChanged();} {}  decl {void x_UpdateDynMenus();} {}  decl {void GetSelections(TConstScopedObjects& objs) const;} {public  }  decl {void SetSelections(const TConstScopedObjects& objs);} {public  }} 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -