📄 graph_demo_ui.fl
字号:
# data file for the Fltk User Interface Designer (fluid)version 1.0105 do_not_include_H_from_C header_name {graph_demo_ui_.hpp} code_name {graph_demo_ui_.cpp}decl {/* $Id: graph_demo_ui.fl,v 1000.1 2004/06/01 20:49:53 gouriano Exp $ */} {public} decl {/* $Id: graph_demo_ui.fl,v 1000.1 2004/06/01 20:49:53 gouriano Exp $ */} {} decl {\#include <ncbi_pch.hpp>} {} class CGraphDemoUI {open} { decl {CGraphDemoUI();} {public } decl {void Show(int argc, char** argv);} {public } Function {x_CreateWindow()} {open private } { Fl_Window {} {open xywh {403 236 575 510} type Double resizable visible } { Fl_Menu_Bar {} { xywh {0 0 575 25} } { submenu {} { label {&File} open xywh {0 0 100 20} } { menuitem {} { label {&Load Data} callback {x_OnLoadData();} xywh {0 0 100 20} } menuitem {} { label {E&xit} callback {x_OnExit();} xywh {0 0 100 20} } } submenu {} { label {&View} open xywh {0 0 100 20} } { submenu {} { label {Menu Type} open xywh {0 0 100 20} } { menuitem {} { label Bar xywh {0 0 100 20} } menuitem {} { label Scatter xywh {0 0 100 20} } menuitem {} { label Pie xywh {0 0 100 20} } menuitem {} { label Line xywh {0 0 100 20} } menuitem {} { label Area xywh {0 0 100 20} } menuitem {} { label Surface xywh {0 0 100 20} } } } } Fl_Box m_Widget {selected private xywh {0 25 575 485} resizable class CGraphWindow } } } decl {auto_ptr<Fl_Window> m_Window} {} decl {void x_OnLoadData();} {} decl {void x_OnExit();} {} decl {CRef<CGraphDemoData> m_Data;} {}}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -