ftp.nice.ch/pub/next/connectivity/infosystems/WAIStation.1.9.6.N.b.tar.gz#/WAIS/next-ui/IconWellControl.h

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

// IconWellControl.h
//
// Free software created 1 Feb 1992
// by Paul Burchard <burchard@math.utah.edu>.
//
// See IconWell.h for more info.

#import <objc/Object.h>

extern const char *newIconName;
extern const char *blankIconName;

@interface IconWellControl : Object
{
    id window;
    unsigned int globalWindowNum;
    id wellListener;
    BOOL isListening;
    id newIconPath;
    id newIconImage;
}

+ initialize;
+ controlFor:theWindow;
- initWindow:theWindow;
- free;
- (const char *)newIconPath;
- (int)iconEntered:(int)windowNum at:(double)x :(double)y
    iconWindow:(int)iconWindowNum iconX:(double)iconX iconY:(double)iconY
    iconWidth:(double)iconWidth iconHeight:(double)iconHeight
    pathList:(char *)pathList;
- (int)iconMovedTo:(double)x :(double)y;
- (int)iconExitedAt:(double)x :(double)y;
- (int)iconReleasedAt:(double)x :(double)y ok:(int *)flag;

@end

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