This is Controller.h in view mode; [Download] [Up]
// Copyright (c) 1995 Steve Hayman
// Use is restricted by the MiscKit license
#import <appkit/appkit.h>
@interface Controller:Object
{
id adaptors;
id libraries;
id name;
id templates;
id templateList;
id templatePathnames;
id selectedTemplatePath;
id processLog;
id prefsPanel;
id openInPBSwitch;
id destinationFile;
id iconWell;
}
- saveAs:sender;
- log:(const char *)str;
- showSelectedPath:sender;
- showPreferences:sender;
- ok:sender;
- revert:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.