This is ImportWraps.h in view mode; [Download] [Up]
/* ImportWraps.h generated from ImportWraps.psw by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989 */ #ifndef IMPORTWRAPS_H #define IMPORTWRAPS_H extern void PSWDrawControlPoints( /* float X, Y; float Pts[]; int NumPts; char String[]; int NumChars; */ ); extern void PSWSetRectViewClip( /* float Rect[]; int NumRect; */ ); extern void PSWClearWindow( /* float Width, Height; */ ); extern void PSWDefineFont( /* char *fontname; */ ); extern void PSWGetTransform( /* float ctm[], invctm[]; int *xOffset, *yOffset; */ ); extern void PSWSetMatrixAndGetTransform( /* float tx, ty; int hx, hy; float Ctm[], Invctm[]; int *XOffset, *YOffset; */ ); extern void PSWDesktop( /* float X, Y, W, H; */ ); extern void PSWSetMaskTransfer( /* DPSContext ctxt; */ ); extern void PSWDefineExecFunction( /* DPSContext ctxt; */ ); extern void PSWBeginEPSF( /* DPSContext ctxt; */ ); extern void PSWEndEPSF( /* DPSContext ctxt; int *err; */ ); extern void PSWCheckFontResident( /* DPSContext ctxt; char *name; int *resident; */ ); extern void PSWTransformBeforeEPSF( /* DPSContext ctxt; float tx, ty, sx, sy, r, ox, oy; */ ); extern void PSWDrawBox( /* float llx, lly, urx, ury, tx, ty, sx, sy, r; */ ); #endif /* IMPORTWRAPS_H */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.