This is Rubberview.h in view mode; [Download] [Up]
/* 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
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.