home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / Launcher.toolbar < prev    next >
Encoding:
Text File  |  1996-09-09  |  715 b   |  17 lines

  1. {
  2.     "toolbar name" = "Launcher";
  3.     "toolbar array" = (
  4.         ({image = "run"; help = "Run Task";},
  5.          {image = "debug"; help = "Debug Task";},
  6.          {image = "processes"; help = "Show Task Inspector";},
  7.          {image = "options"; help = "Show Launch Options";}),
  8.          
  9.        ({image = "runDebug"; help = "Run Task From Debugger";},
  10.          {image = "continue"; help = "Continue Or Pause Task";},
  11.          {image = "stepOver"; help = "Step Over";},
  12.          {image = "stepInto"; help = "Step Into";},
  13.          {image = "print"; help = "Print Value";},
  14.          {image = "printStar"; help = "Print Referenced Value";},
  15.          {image = "printObject"; help = "Print Object Description";})
  16.        );
  17. }