ftp.nice.ch/pub/next/developer/objc/dps/AdobeExamples.N.bs.tar.gz#/AdobeExamples/NX_Binary/DrawingViewWraps.h

This is DrawingViewWraps.h in view mode; [Download] [Up]

/* DrawingViewWraps.h generated from DrawingViewWraps.psw
   by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
 */

#ifndef DRAWINGVIEWWRAPS_H
#define DRAWINGVIEWWRAPS_H

extern void PSWDefs( void );

extern void PSWSetlinewidth(float LineWidth);

extern void PSWSetlinejoin(int LineJoin);

extern void PSWSetlinecap(int LineCap);

extern void PSWSetmiterlimit(float MiterLimit);

extern void PSWMoveto(float X, float Y);

extern void PSWSetgray(float Gray);

extern void PSWSetrgbcolor(float Red, float Green, float Blue);

extern void PSWSethsbcolor(float Hue, float Sat, float Bri);

extern void PSWSetcmykcolor(float Cyan, float Mag, float Yel, float Black);

extern void PSWRmoveto(float X, float Y);

extern void PSWLineto(float X, float Y);

extern void PSWRlineto(float X, float Y);

extern void PSWCurveto(float X1, float Y1, float X2, float Y2, float X3, float Y3);

extern void PSWRcurveto(float X1, float Y1, float X2, float Y2, float X3, float Y3);

extern void PSWClosepath( void );

extern void PSWFill( void );

extern void PSWStroke( void );

#endif DRAWINGVIEWWRAPS_H

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.