home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / BusyBox / English.lproj / BusyBox.nib / data.classes < prev    next >
Text File  |  1992-05-27  |  803b  |  59 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 = !0  ACTIONS = {
  24.     };
  25.     SUPERCLASS = Object;
  26. };
  27. AnimalView = {
  28.     ACTIONS = {
  29.     flipHorizontal:;
  30.     rotateLeft:;
  31.     flipVertical:;
  32.     rotateRight:;
  33.     changeAnimal:;
  34.     };
  35.     SUPERCLASS = View;
  36. };
  37. BusyBoxApp = {
  38.     ACTIONS = {
  39.     info:;
  40.     preferences:;
  41.     };
  42.     OUTLETS = {
  43.     helpObject;
  44.     };
  45.     SUPERCLASS = Application;
  46. };
  47. ClockView = {
  48.     ACTIONS = {
  49.     changeBackgroundGray:;
  50.     changeClockType:;
  51.     changeShowSeconds:;
  52.     changeShowDate:;
  53.     };
  54.     OUTLETS = {
  55.     sTable;
  56.     };
  57.     SUPERCLASS = View;
  58. };
  59.