home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/View.h>
-
- @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:(NXRect *)frameRect;
- - sizeTo:(NXCoord)width :(NXCoord)height;
- - newSize;
- @end
-