home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / OOP_Course / Examples / DrawTests / DPSUserPath / DPSUserPath.app / English.lproj / DPSUserPath.nib / data.classes next >
Encoding:
Text File  |  1993-01-18  |  269 b   |  20 lines

  1. DPSUPView = {
  2.     ACTIONS = {
  3.     takeBackgroundGrayFrom:;
  4.     };
  5.     OUTLETS = {
  6.     };
  7.     SUPERCLASS = MouseView;
  8. };
  9. MouseView = {
  10.     ACTIONS = {
  11.     setTrackingRect:;
  12.     };
  13.     SUPERCLASS = View;
  14. };
  15. FirstResponder = {
  16.     ACTIONS = {
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20.