home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / ComputerScience / MethodsInAction / MethodsInAction.app / CircleView.h < prev    next >
Encoding:
Text File  |  1992-08-19  |  206 b   |  15 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface CircleView:View
  7. {
  8.     id    radiusSlider;
  9.      int     radius;
  10. }
  11.  
  12. - resizeCircle:sender;
  13. - drawSelf:(NXRect *)theRect :(int)rectCount;
  14. @end
  15.