home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / DeveloperLabs / Lab3 / Solution / TextView.h < prev    next >
Encoding:
Text File  |  1989-09-23  |  211 b   |  16 lines

  1.  
  2. #import <appkit/ScrollView.h>
  3. #import <appkit/Text.h>
  4.  
  5. @interface TextView:ScrollView 
  6. {
  7.     id    theText;
  8. }
  9.  
  10. +newFrame:(const NXRect*)tF;
  11. -newText:(const NXRect *)tF;
  12. -makeEnclosingWindow:(const NXRect *)r;
  13. @end
  14.  
  15.  
  16.