test_treebrowser.fl

来自「ncbi源码」· FL 代码 · 共 64 行

FL
64
字号
# 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 + =
减小字号Ctrl + -
显示快捷键?