This is FooFaraw.h in view mode; [Download] [Up]
/* ** Copyright (c) 1995 Friday Software & Consulting, Inc. All Rights Reserved. ** ** Author: <bbum@friday.com> ** ** Do not take this code seriously. */ /* This object is included in the MiscKit by permission from the author ** and its use is governed by the MiscKit license, found in the file ** "LICENSE.rtf" in the MiscKit distribution. Please refer to that file ** for a list of all applicable permissions and restrictions. */ @interface FooFaraw : View { // all sorts of extra bogus variables in here that I have never cleaned up. int pp,p,n,erase,erasep,erasepp, lper, count; float *x1,*yc1,*t1,*t2,*t3, p1,p2,p3, xs,ys, xf,yf, oldx, oldy, x1d,y1d,x2d,y2d,x3d,y3d,x4d,y4d, x5d,y5d,x6d,y6d,x7d,y7d,x8d,y8d, urx,ury,pmx,pmy, midx, midy, t, s1,s2,s3,s4; float xi, yi, xis, yis; int up, i; int winNum; BOOL bigMode; } - (BOOL) advancedCommandSet; - (BOOL) ignoreMouseMovement; - commandKey; - initFrame:(const NXRect *)frameRect; - sizeTo:(NXCoord)width :(NXCoord)height; - newSize; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.