home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl1 / demos / Tutorials / Ortho2D < prev    next >
Encoding:
Text File  |  1996-11-11  |  654 b   |  34 lines

  1. ! Enable sgiMode
  2.  
  3. *sgiMode: True
  4.  
  5. ! Enable tear-off menus
  6.  
  7. *tearOffModel:          TEAR_OFF_ENABLED
  8.  
  9. ! Set initial location
  10.  
  11. Ortho2D.geometry: +100+100
  12.  
  13. *frame.shadowType: SHADOW_IN
  14.  
  15. ! File menu
  16.  
  17. *menubar*filemenu.labelString: File
  18. *menubar*filemenu.mnemonic: F
  19. *menubar*filemenu*button_0.labelString: Exit
  20. *menubar*filemenu*button_0.mnemonic: x
  21.  
  22. ! Help menu
  23.  
  24. *menubar*helpmenu.labelString: Help
  25. *menubar*helpmenu.mnemonic: H
  26. *menubar*helpmenu*button_0.labelString: On Version
  27. *menubar*helpmenu*button_0.mnemonic: V
  28.  
  29. ! Popup menu
  30.  
  31. *popup*popup_title.labelString: Ortho2D
  32. *popup*button_0.labelString:     Reset Parameters
  33. *popup*button_1.labelString:     Exit 
  34.