home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 (1993) / nebula.bin / SourceCode / MiniExamples / PerformanceTuning / VisibleView-02 / SubViewFramer.h < prev    next >
Encoding:
Text File  |  1991-10-18  |  394 b   |  20 lines

  1. //
  2. //    A View that Frames its Subview -- pretty ungeneral
  3. //      Randy Nelson, NeXT Developer Training
  4. //    Created 5-1-90
  5. //
  6. //    You may freely copy, distribute and reuse the code in this example.
  7. //    NeXT disclaims any warranty of any kind, expressed or implied, as to
  8. //    its fitness for any particular use.
  9. //
  10.  
  11. #import <appkit/View.h>
  12.  
  13. @interface SubViewFramer:View
  14. {
  15. }
  16.  
  17. - frameMe:sender;
  18.  
  19. @end
  20.