home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Yap / YapOutput.h < prev    next >
Text File  |  1996-01-19  |  232b  |  17 lines

  1. #import <AppKit/AppKit.h>
  2.  
  3. @interface YapOutput : NSView {
  4.     NSWindow *cache;
  5. }
  6.  
  7. - (void)executePostScriptData:(NSData *)data;
  8. - (void)drawRect:(NSRect)rect;
  9. - (NSWindow *)cacheWindow;
  10. - (void)updateSizeFromPreferences;
  11.  
  12. @end
  13.  
  14.  
  15.  
  16.  
  17.