gl3d_demo_ui.fl
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
源码类别:

生物技术

开发平台:

C/C++

  1. # data file for the Fltk User Interface Designer (fluid)
  2. version 1.0105 
  3. do_not_include_H_from_C 
  4. header_name {gl3d_demo_ui_.hpp} 
  5. code_name {gl3d_demo_ui_.cpp}
  6. decl {/* $Id: gl3d_demo_ui.fl,v 1000.2 2004/06/01 20:52:21 gouriano Exp $ */} {public
  7. decl {/* $Id: gl3d_demo_ui.fl,v 1000.2 2004/06/01 20:52:21 gouriano Exp $ */} {} 
  8. decl {#include <ncbi_pch.hpp>} {selected
  9. class CGl3dDemoUI {: {public CDialog}
  10. } {
  11.   decl {CGl3dDemoUI();} {public
  12.   }
  13.   Function {x_CreateWindow()} {open private
  14.   } {
  15.     Fl_Window {} {
  16.       callback {x_OnFileExit();} open
  17.       xywh {419 267 530 520} type Double resizable visible
  18.     } {
  19.       Fl_Menu_Bar {} {
  20.         xywh {0 0 530 25} box FLAT_BOX
  21.       } {
  22.         submenu {} {
  23.           label {&File} open
  24.           xywh {0 0 100 20}
  25.         } {
  26.           menuitem {} {
  27.             label {E&xit}
  28.             callback {x_OnFileExit();}
  29.             xywh {0 0 100 20}
  30.           }
  31.         }
  32.       }
  33.       Fl_Box m_Canvas {
  34.         xywh {0 25 530 495} box THIN_DOWN_FRAME resizable
  35.         class CGl3dWindow
  36.       }
  37.     }
  38.   }
  39.   decl {void x_OnFileExit();} {}