home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Palettes / Calculator / English.lproj / CalculatorPalette.nib / data.classes next >
Encoding:
Text File  |  1992-11-23  |  1.4 KB  |  90 lines

  1. CalculatorPalette = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     windowView;
  6.     windowData;
  7.     };
  8.     SUPERCLASS = IBPalette;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15. MyCalculatorPalette = {
  16.     SUPERCLASS = CalculatorPalette;
  17. };
  18. Calculator = {
  19.     ACTIONS = {
  20.     windowWillMiniaturize:;
  21.     key_subtract:;
  22.     key_baseChanged:;
  23.     windowDidUpdate:;
  24.     key_logicalOr:;
  25.     key_negate:;
  26.     key_logicalAnd:;
  27.     key_number:;
  28.     key_factorial:;
  29.     key_clear:;
  30.     key_memory:;
  31.     key_squareRoot:;
  32.     key_log:;
  33.     key_add:;
  34.     key_logicalEor:;
  35.     key_multiply:;
  36.     key_enter:;
  37.     key_allClear:;
  38.     key_divide:;
  39.     key_power:;
  40.     windowDidDeminiaturize:;
  41.     };
  42.     OUTLETS = {
  43.     scrollDisplay;
  44.     decimalPointKey;
  45.     memoryDisplay;
  46.     display;
  47.     decimalKeyMatrix;
  48.     operationDisplay;
  49.     hexadecimalKeyMatrix;
  50.     invisibleEnterKey;
  51.     };
  52.     SUPERCLASS = Panel;
  53. };
  54. Calculator1 = {
  55.     ACTIONS = {
  56.     windowWillMiniaturize:;
  57.     key_subtract:;
  58.     key_baseChanged:;
  59.     windowDidUpdate:;
  60.     key_negate:;
  61.     key_logicalOr:;
  62.     key_logicalAnd:;
  63.     key_number:;
  64.     key_factorial:;
  65.     key_clear:;
  66.     key_memory:;
  67.     key_squareRoot:;
  68.     key_log:;
  69.     key_add:;
  70.     key_logicalEor:;
  71.     key_multiply:;
  72.     key_enter:;
  73.     key_allClear:;
  74.     key_divide:;
  75.     key_power:;
  76.     windowDidDeminiaturize:;
  77.     };
  78.     OUTLETS = {
  79.     scrollDisplay;
  80.     decimalPointKey;
  81.     memoryDisplay;
  82.     display;
  83.     decimalKeyMatrix;
  84.     operationDisplay;
  85.     hexadecimalKeyMatrix;
  86.     invisibleEnterKey;
  87.     };
  88.     SUPERCLASS = Object;
  89. };
  90.