ftp.nice.ch/pub/next/tools/system/Informer.1.1.s.tar.gz#/Informer_1.1.source/InformerDispatcher.h

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

// InformerDispatcher.h
//
// History :
//     9.20.1992 : created by Max Tardiveau


#import <stdlib.h>
#import <strings.h>
#import <libc.h>
#import <objc/Object.h>
#import <appkit/Cell.h>
#import <defaults/defaults.h>
#import <objc/objc-load.h>

#import "InformerWindow.h"

extern char baseDir[256];

@interface InformerDispatcher:Object
{
int		windowNumber;
id		currentWindow;			// Currently active InformerWindow
id		AboutPanel;
id		PrefPanel;				// Preferences panel
id		PrefDumbPhrases;		// Switch for dumb phrases
id		PrefDumbSounds;			// Switch for dumb sounds
id		ErrorPanel;				// 
id		ErrorPanelText;			// The text item in the error panel.
}

- newWindow:sender;

- showError:(char *)message;

- newFrontWindow:sender;

- oldFrontWindow:sender;

- explode:sender;

void loadModulesCallback(Class theClass, Category unused);

- loadClassFromCell:theCell;

///////////////////////////////////////////////////////
// Delegate methods

- appDidInit:sender;

@end

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