This is UtilityObject.h in view mode; [Download] [Up]
#import <objc/Object.h>
#import <string.h>
#import <appkit/nextstd.h>
@interface UtilityObject:Object
{
char *iconPathList;
}
-appDidInit:sender;
- (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)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.