home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / 3View.app / RibDocument.nib / data.classes next >
Text File  |  1992-12-01  |  398b  |  30 lines

  1. Camera = {
  2.     ACTIONS = {
  3.     setDistributor:;
  4.     iterateRendering:;
  5.     };
  6.     OUTLETS = {
  7.     distributor;
  8.     };
  9.     SUPERCLASS = View;
  10. };
  11. FirstResponder = {
  12.     ACTIONS = {
  13.     };
  14.     SUPERCLASS = Object;
  15. };
  16. RibDocument = {
  17.     ACTIONS = {
  18.     windowDidBecomeKey:;
  19.     setDistributor:;
  20.     windowWillClose:;
  21.     show:;
  22.     };
  23.     OUTLETS = {
  24.     cameraView;
  25.     window;
  26.     distributor;
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30.