ftp.nice.ch/pub/next/tools/system/Quotas.N.bs.tar.gz#/Quotas/Source/PrinterQueue/BrowseText.m

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

/* Generated by Interface Builder */

#import "BrowseText.h"

@implementation BrowseText

- setQwatch:sender
{
	TheQwatcher = sender;
	return self;
}

- mouseDown:(NXEvent *)event
{
	NXPoint myPt = event->location;
	NXPoint superPt = event->location;
	NXPoint endPt;

	[super mouseDown:event];
	[self convertPoint:&myPt fromView:nil];
	[TheQwatcher mouseSelected:&myPt];
	return self;
}

@end

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