gl3d_demo_ui.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- # data file for the Fltk User Interface Designer (fluid)
- version 1.0105
- do_not_include_H_from_C
- header_name {gl3d_demo_ui_.hpp}
- code_name {gl3d_demo_ui_.cpp}
- decl {/* $Id: gl3d_demo_ui.fl,v 1000.2 2004/06/01 20:52:21 gouriano Exp $ */} {public
- }
- decl {/* $Id: gl3d_demo_ui.fl,v 1000.2 2004/06/01 20:52:21 gouriano Exp $ */} {}
- decl {#include <ncbi_pch.hpp>} {selected
- }
- class CGl3dDemoUI {: {public CDialog}
- } {
- decl {CGl3dDemoUI();} {public
- }
- Function {x_CreateWindow()} {open private
- } {
- Fl_Window {} {
- callback {x_OnFileExit();} open
- xywh {419 267 530 520} type Double resizable visible
- } {
- Fl_Menu_Bar {} {
- xywh {0 0 530 25} box FLAT_BOX
- } {
- submenu {} {
- label {&File} open
- xywh {0 0 100 20}
- } {
- menuitem {} {
- label {E&xit}
- callback {x_OnFileExit();}
- xywh {0 0 100 20}
- }
- }
- }
- Fl_Box m_Canvas {
- xywh {0 25 530 495} box THIN_DOWN_FRAME resizable
- class CGl3dWindow
- }
- }
- }
- decl {void x_OnFileExit();} {}
- }