home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
- /*
- Augmented by Slugg Jello,
- Mouthing Flowers
- 152 20th Ave. #1
- Seattle, WA. 98112
- slugg@mouthers.nwnexus.wa.com
- */
-
-
- #import <appkit/View.h>
-
- @interface Rubberview:View
- {
- id myRubberband,myCursor,myCursorImage;
- NXRect originalBounds;
- struct
- {
- unsigned char gettingBounds:1;
- } flags;
- unsigned char whichAnchor;
- }
-
- - free;
- - mouseDown:(NXEvent *)theEvent;
- - setRubberBounds :sender;
- - setRubberAnchor :sender;
- - drawSelf:(const NXRect *)rects :(int)rectCount;
- - resetCursorRects;
-
-
- @end
-