This is ClockWraps.h in view mode; [Download] [Up]
/* ClockWraps.h generated from ClockWraps.psw by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989 */ #ifndef CLOCKWRAPS_H #define CLOCKWRAPS_H extern void PSWErasePage( /* float BGColor, X, Y, W, H; */ ); extern void PSWDrawCircle( /* float Radius, Color; int Fill; */ ); extern void PSWSetUpath( /* float Pts[]; int Tot_Pts; char Ops[]; int Tot_Ops; */ ); extern void PSWSetGraphicsParams( /* float X, Y, Gray, Linewidth; */ ); extern void PSWPushDrawingParams( /* float X, Y, Gray, Linewidth, Angle; */ ); extern void PSWInstallGstate( /* int GState; float Angle; */ ); extern void PSWUpathStrokeFill( /* int UPath; */ ); extern void PSWUpathFill( /* int UPath; */ ); extern void PSWSetDrawable( /* int Drawable, XOffset, YOffset; */ ); extern void PSWGetTransform( /* float Ctm[], Invctm[]; int *XOffset, *YOffset; */ ); extern void PSWSetOffset( /* int x, y; */ ); #endif /* CLOCKWRAPS_H */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.