This is ITreeBrowserMatrix.m in view mode; [Download] [Up]
/* Generated by Interface Builder */
#import "ITreeBrowserMatrix.h"
#import <appkit/Application.h>
#import <appkit/Window.h>
#import "errdebug.h"
@implementation ITreeBrowserMatrix
- mouseDown:(NXEvent *)theEvent
{
iFlags = theEvent->flags;
return [super mouseDown:theEvent];
}
- (int)flagsOfLastEvent
{
return iFlags;
}
- resetFlagsOfLastEvent
{
iFlags = 0;
return self;
}
- (BOOL)acceptsFirstMouse
{
return YES;
}
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.