home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Apps / ProjectBuilder.app / Resources / English.lproj / Launcher.toolbar < prev    next >
Encoding:
Text File  |  1997-03-11  |  693 b   |  17 lines

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