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

📄 test_treebrowser.fl

📁 ncbi源码
💻 FL
字号:
# data file for the Fltk User Interface Designer (fluid)version 1.0105 header_name {test_treebrowser_.hpp} code_name {test_treebrowser_.cpp}decl {/* $Id: test_treebrowser.fl,v 1000.1 2004/06/01 21:10:07 gouriano Exp $ */} {public} decl {/* $Id: test_treebrowser.fl,v 1000.1 2004/06/01 21:10:07 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {} class CTreeBrowserTestUI {} {  decl {CTreeBrowserTestUI();} {public  }  decl {~CTreeBrowserTestUI();} {public  }  decl {void Show(int argc, char** argv);} {public  }  decl {auto_ptr<Fl_Window> m_Window;} {}  Function {x_CreateWindow()} {open private  } {    Fl_Window {} {open      xywh {300 162 370 355} type Double resizable visible    } {      Fl_Group {} {open        xywh {5 5 360 315} box DOWN_FRAME resizable      } {        Fl_Box m_Tree {          xywh {7 7 356 311} color 7 selection_color 4 labelfont 8 labelsize 20 resizable          class CTreeBrowser        }      }      Fl_Group {} {open        xywh {5 325 360 25}      } {        Fl_Button {} {          label {Add Leaf}          callback {x_OnAddLeaf();}          xywh {115 325 80 25}        }        Fl_Button {} {          label {Add Sub}          callback {x_OnAddSub();}          xywh {200 325 80 25}        }        Fl_Button {} {          label Add          callback {x_OnAddLeaf();}          xywh {285 325 80 25}        }        Fl_Group {} {open          xywh {5 325 110 25} resizable        } {}      }    }  }  decl {void x_OnAdd();} {public  }  decl {void x_OnAddSub();} {public  }  decl {void x_OnAddLeaf();} {public  }} 

⌨️ 快捷键说明

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