This is LocationInspector.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
#import "NoteInspector.h"
@interface LocationInspector:NoteInspector
{
id box;
id fingerButton1;
id fingerButton2;
id fingerButton3;
id fingerButton4;
id fingerButton5;
NXRect theFrame;
NXRect buttonFrame;
}
- (void)refresh;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.