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  |  409 b   |  31 lines

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