home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Documents / OOPClass / Examples / DrawTests / UserPath / UPView.h < prev    next >
Encoding:
Text File  |  1992-08-12  |  306 b   |  20 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "MouseView.h"
  5. #import "UserPath.h"
  6. #import <appkit/appkit.h>
  7.  
  8. @interface UPView:MouseView
  9. {
  10.     float        sqSide, backgroundGray;
  11.     float         xOffset, yOffset;
  12.     NXRect        sqRect;
  13.     UserPath    *userPath;
  14. }
  15.  
  16. - (float)backgroundGray;
  17. - takeBackgroundGrayFrom:sender;
  18.  
  19. @end
  20.