This is InfoView.h in view mode; [Download] [Up]
/* indent:4 tabsize:8 font:fixed-width */ #import <AppKit/AppKit.h> @interface InfoView:NSView { BOOL showBackground; NSPanel* infoPanel; } + (void) initialize; - (void) mouseDown:(NSEvent*)theEvent; - (void) drawRect:(NSRect)aRect; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.