home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Tutorial / Cookbook / 15.scrollView / DocView.h < prev    next >
Encoding:
Text File  |  1993-01-18  |  97 b   |  10 lines

  1. #import <appkit/View.h>
  2.  
  3. @interface DocView : View
  4. {
  5. }
  6.  
  7. - drawSelf:(NXRect *)r:(int)count;
  8.  
  9. @end
  10.