home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / ManPagesFromHeaders / Source / InfoView.h < prev    next >
Encoding:
Text File  |  1993-05-06  |  329 b   |  18 lines

  1. /*
  2.  * Written by Guy Roberts of Object Skills Ltd, drifting
  3.  * in cyberspace without a domain or email address right 
  4.  * now. 
  5.  * May 7 1993. You can use this as a base for a better application
  6.  * as long as it is made publically available.
  7.  */
  8.  
  9. #import <appkit/appkit.h>
  10.  
  11. @interface InfoView:View
  12. {
  13. }
  14.  
  15. - fadeAway: sender;
  16.  
  17. @end
  18.