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

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

#import <appkit/appkit.h>
#import "Note.h"
#import "NoteRepository.h"
#import "OverAllController.h"

@interface NoteInspector:Object
{
    id	client;
	BOOL isEditable;
	NoteRepository	*myNR;
}

- clear:sender;
- (void)displayNote:(Note *)note;
- (void)setEditable:(BOOL)yn;

@end

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