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 / DPSUserPath / DPSUPView.h next >
Encoding:
Text File  |  1992-08-12  |  267 b   |  18 lines

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