obj_browser_other_dlg.fl
来自「ncbi源码」· FL 代码 · 共 53 行
FL
53 行
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {obj_browse_other_.hpp} code_name {obj_browse_other_.cpp}decl {/* $Id: obj_browser_other_dlg.fl,v 1000.0 2004/06/01 21:16:53 gouriano Exp $ */} {public} decl {/* $Id: obj_browser_other_dlg.fl,v 1000.0 2004/06/01 21:16:53 gouriano Exp $ */} {selected} decl {\#include <ncbi_pch.hpp>} {} class CBrowseOtherDlg {open : {public CDialog}} { decl {CBrowseOtherDlg(CObjBrowser* browser);} {public } Function {x_CreateWindow()} {open private } { Fl_Window {} { label {Choose From Other Documents} open xywh {423 222 325 310} type Double hide resizable } { Fl_Group m_Tree {open private xywh {0 0 325 265} box THIN_DOWN_FRAME color 7 labelsize 12 resizable class CTreeBrowser } {} Fl_Group {} {open xywh {0 270 325 5} box THIN_DOWN_FRAME labelsize 12 } {} Fl_Group {} {open xywh {5 280 315 25} labelsize 12 } { Fl_Button {} { label Cancel callback {x_OnCancel();} xywh {240 280 80 25} labelsize 12 } Fl_Return_Button {} { label OK callback {x_OnOK();} xywh {155 280 80 25} labelsize 12 } Fl_Group {} {open xywh {5 280 150 25} labelsize 12 resizable } {} } } } decl {void x_OnOK();} {} decl {CObjBrowser* m_Browser;} {}}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?