ftp.nice.ch/pub/next/audio/apps/Guitar.1.0.s.tar.gz#/Guitar/KeyInspector.h

This is KeyInspector.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

#import "NoteInspector.h"

@interface KeyInspector:NoteInspector
{
    id	box;
    id	noteButton;
	NXRect	theFrame;
	NXRect	buttonFrame;
}

- (void)refresh;
- setX:(float)xc andY:(float)yc andFlags:(int)flags;

@end

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