ftp.nice.ch/Attic/openStep/tools/workspace/TheShelf.0.3.3.sd.tgz#/TheShelf.0.3.3.sd/Source/SystemTrayShelf.bproj/TSSystemTrayShelfItem.m

This is TSSystemTrayShelfItem.m in view mode; [Download] [Up]

/* TSSystemTrayShelfItem.m created by tsengel on Fri 15-Aug-1997 */

#import "TSSystemTrayShelfItem.h"

@implementation TSSystemTrayShelfItem

- (id)init
{
    self = [super init];
    if( !self) return nil;

    // <<HACK>> evil...

    [NSBundle loadNibNamed:@"SystemTrayShelf" owner:self];
    return self;
}

@end

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