ftp.nice.ch/pub/next/developer/objc/appkit/Starter.1.1.s.tar.gz#/Starter1.1/InspectorManager.h

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

#import <appkit/appkit.h>
#import "defs.h"

@interface InspectorManager:STSwapBoxManager
{
	id createClock;
	id modifyClock;
	id nameText;
	id pathText;
	id tagText;
	NSString *name, *path;
	NSCalendarDate *cTime, *mTime;
	int tag;
}

- awakeFromNib;
- updateInspector:sender;
- loadDataFor:(int)boxTag;

- getPanelWithScreen:(int)index;
- windowDidUpdate:sender;


@end

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