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.