home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / GPT34SRC / EPSVIEWE.H < prev    next >
Text File  |  1993-05-11  |  392b  |  22 lines

  1. /*
  2.  * $Id: EpsViewer.h 3.38.2.5 1992/11/10 02:08:00 woo Exp $
  3.  *
  4.  */
  5.  
  6. #import <appkit/Application.h>
  7. #import <appkit/graphics.h>
  8. #import <dpsclient/dpsclient.h>
  9. #import <appkit/Window.h>
  10.  
  11. @interface EpsViewer:Application
  12. {
  13.     id theNewWin;
  14. }
  15.  
  16. - windowCreate:(NXCoord)width Height:(NXCoord)height;
  17. - (NXRect *)nextRectForWidth:(NXCoord)width Height:(NXCoord)height;
  18.  
  19. @end
  20.  
  21.  
  22.