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

  1. Help = {
  2.     ACTIONS = {
  3.     print:;
  4.     browserHit:;
  5.     generalHelp:;
  6.     };
  7.     OUTLETS = {
  8.     helpBrowser;
  9.     helpScrollView;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. GaugeView = {
  14.     ACTIONS = {
  15.     changeValue:;
  16.     };
  17.     OUTLETS = {
  18.     valueFormCell;
  19.     valueSlider;
  20.     };
  21.     SUPERCLASS = View;
  22. };
  23. FirstResponder = {
  24.     ACTIONS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. AnimalView = {
  29.     ACTIONS = {
  30.     flipHorizontal:;
  31.     rotateLeft:;
  32.     flipVertical:;
  33.     rotateRight:;
  34.     changeAnimal:;
  35.     };
  36.     SUPERCLASS = View;
  37. };
  38. BusyBoxApp = {
  39.     ACTIONS = {
  40.     info:;
  41.     preferences:;
  42.     };
  43.     OUTLETS = {
  44.     helpObject;
  45.     };
  46.     SUPERCLASS = Application;
  47. };
  48. ClockView = {
  49.     ACTIONS = {
  50.     changeBackgroundGray:;
  51.     changeClockType:;
  52.     changeShowSeconds:;
  53.     changeShowDate:;
  54.     };
  55.     OUTLETS = {
  56.     sTable;
  57.     };
  58.     SUPERCLASS = View;
  59. };
  60.