home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextLibrary / TeX / tex / src / texview / FaxView.h < prev    next >
Encoding:
Text File  |  1992-05-02  |  811 b   |  30 lines

  1. /* Generated by tgr */
  2.  
  3. #import <appkit/View.h>
  4.  
  5. @interface FaxView:View
  6. {
  7. }
  8.  
  9. + new ;
  10. - faxPSCode:sender ;
  11. - beginPrologueBBox:(const NXRect *)boundingBox creationDate:(const char *)date
  12.    createdBy:(const char *)anApplication fonts:(const char *)fontNames
  13.    forWhom:(const char *)user pages:(int)numPages title:(const char *)aTitle ;
  14. - endHeaderComments ;
  15. - endPrologue ;
  16. - beginSetup ;
  17. - endSetup ;
  18. - beginPageSetupRect:(const NXRect *)ar placement:(const NXPoint *)loc ;
  19. - endPageSetup ;
  20. - beginPage:(int)ord label:(const char *)as bBox:(const NXRect *)pr
  21.     fonts:(const char *)fn ;
  22. - endPage ;
  23. - beginTrailer ;
  24. - endTrailer ;
  25. - copyPSCodeInside:(const NXRect *)rect to:(NXStream *)stream ;
  26. - (BOOL)knowsPagesFirst:(int *)fpn last:(int *)lpn ;
  27. - (BOOL)getRect:(NXRect *)theRect forPage:(int)page ;
  28.  
  29. @end
  30.