This is ChatterAppDelegate.h in view mode; [Download] [Up]
#import <appkit/appkit.h>
@interface ChatterAppDelegate:Object
{
id consoleController;
id editMenu;
id formatMenu;
id infoController;
id prefContoller;
id projectMenu;
id toolMenu;
}
- addDidInit:sender;
- appWillTerminate:sender;
- showBuildImagePanel:sender;
- showConsolePanel:sender;
- showInfoPanel:sender;
- showPrefPanel:sender;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.