ftp.nice.ch/pub/next/developer/languages/smalltalk/smalltalk.1.2.alpha5.s.tar.gz#/smalltalk-1.2.alpha5/objc/Chatter/ChatterAppDelegate.h

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.