home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 54 / ClassicFond54.iso / games / stars.rar / ted.vol / config.cs < prev    next >
Text File  |  1999-02-19  |  2KB  |  57 lines

  1. newToolWindow config toolbar.bmp 0
  2. # add status bar to force window size
  3. addStatusBar config 200
  4.  
  5. addToolButton config setcam 0
  6. setButtonHelp config setcam "set camera moveObj name"
  7.         setToolCommand config setcam setcam
  8.  
  9. addToolButton config settopview 0
  10. setButtonHelp config settopview "set topView canvas name"
  11.         setToolCommand config settopview settopview
  12.  
  13. addToolGap config g0
  14.  
  15. addToolButton config setlthick 0
  16. setButtonHelp config setlthick "set line thickness"
  17.         setToolCommand config setlthick setlthick
  18.  
  19. addToolButton config setselcol 0
  20. setButtonHelp config setselcol "set selection draw color"
  21.         setToolCommand config setselcol setselcol
  22.  
  23. addToolButton config setselng 0
  24. setButtonHelp config setselng "set selecting draw color"
  25.         setToolCommand config setselng setselngcol
  26.  
  27. addToolButton config setbrcol 0
  28. setButtonHelp config setbrcol "set brush draw color"
  29.         setToolCommand config setbrcol setbrcol
  30.  
  31. addToolButton config setpincol 0
  32. setButtonHelp config setpincol "set pin grid color"
  33.         setToolCommand config setpincol setpincol
  34.  
  35. addToolGap config gap1
  36.  
  37. addToolButton config setundolim 0 1
  38. setButtonHelp config setundolim "set undo stack limit"
  39.         setToolCommand config setundolim setundolim
  40.  
  41. addToolButton config setcurrfile 0
  42. setButtonHelp config setcurrfile "set the current Ted file"
  43.         setToolCommand config setcurrfile setcurrfile
  44.  
  45. addToolButton config setgscale 0 1
  46. setButtonHelp config setgscale "set the default ground scale"
  47.         setToolCommand config setgscale setgscale
  48.  
  49.  
  50. # add buttons for defining Action names
  51.  
  52. addToolButton config closecon 0
  53. setButtonHelp config closecon "close configuration window"
  54.         setToolCommand config closecon "deleteObject config"
  55.  
  56.  
  57.