home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / MiniExamples / PerformanceTuning / VisibleView-01 / SubViewFramer.h < prev    next >
Encoding:
Text File  |  1991-09-18  |  213 b   |  17 lines

  1. //
  2. //    A View that Frames its Subview
  3. //    Randy Nelson—Copyright NeXT 1990
  4. //    Not for release or reuse
  5. //
  6.  
  7. #import <appkit/View.h>
  8.  
  9. @interface SubViewFramer:View
  10. {
  11. }
  12.  
  13. + newFrame:(NXRect *)r;
  14. - frameMe:sender;
  15.  
  16. @end
  17.