home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Cookbook / 15.scrollView / DocView.h < prev    next >
Encoding:
Text File  |  1993-01-19  |  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.