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

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

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

#ifndef DRAWVIEWWRAPS_H
#define DRAWVIEWWRAPS_H

extern void PSWMarkTime( void );

extern void PSWReturnTime(int *ElapsedTime);

extern void PSWDefs( void );

extern void PSWEraseView(float BGColor, float BGStrColor, float BGStrWidth, float BGrect[]);

extern void PSWDrawLine(float LineWidth, float LineColor, float X, float Y, float X1, float Y1);

extern void PSWEraseViewBind(float BGColor, float BGStrColor, float BGStrWidth, float BGrect[]);

extern void PSWDrawLineBind(float LineWidth, float LineColor, float X, float Y, float X1, float Y1);

extern void PSWDrawLineRepeatBind(float W[], float C[], float X[], float Y[], float X1[], float Y1[], int i);

extern void PSWMakeLineBind(float X, float Y, float X1, float Y1);

extern void PSWStrokeLineBind(float LineWidth, float LineColor);

#endif DRAWVIEWWRAPS_H

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