home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / PSviewExample / InfoPanelView.h next >
Text File  |  1993-01-17  |  106b  |  11 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface InfoPanelView:View
  5. {
  6. }
  7.  
  8. - drawSelf:(NXRect *)r :(int) count;
  9.  
  10. @end
  11.