ftp.nice.ch/pub/next/games/fun/Fortunate.1.0.NIHS.bs.tar.gz#/Fortunate1.0/FortuneText.m

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

/* FortuneText.m
 * Chris Saldanha, March 1996
 * Category on Text that forwards mouse clicks to the application object.
 */

#import "FortuneText.h"

@implementation Text(FortuneAppExtensions)

- mouseDown:(NXEvent *)theEvent
{	
[NXApp mouseDown: theEvent];
return self;
}

@end

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