home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / CalculatorLab / English.lproj / Help.nib / data.classes next >
Text File  |  1992-05-27  |  328b  |  25 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. SimpleCalc = {
  7.     ACTIONS = {
  8.     clearKeys:;
  9.     infoPanel:;
  10.     numberDirectFromDisplay:;
  11.     equalsKey:;
  12.     appDidInit:;
  13.     helpPanel:;
  14.     windowWillClose:;
  15.     };
  16.     OUTLETS = {
  17.     stringSet;
  18.     infoPanel;
  19.     helpPanel;
  20.     enterKey;
  21.     display;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25.