home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / AppKit / CalculatorLab / English.lproj / SimpleCalc.nib / data.classes next >
Encoding:
Text File  |  1992-05-27  |  402 b   |  30 lines

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