This is ExplodingMenus.h in view mode; [Download] [Up]
//
// Copyright 1994 (c) Todd Anthony Nathan. All Rights Reserved.
//
// Wed Apr 27 21:29:45 GMT-0700 1994
//
// Standard headers for all XModules (change the definition of XMODKIT_DIR in
// the Makefile to the directory where these are located)
#import "XModule.h"
#import "XModule_defs.h"
#import "Value.h"
@interface ProgressPanel : XModule
{
id bogusVar;
}
// Creating and Initializing the XModule instance
- init;
- free;
// Standard XModule methods that will be over-ridden in most cases
+ (const char *)moduleName;
+ (const char **)xCmdsAndFcns;
- prepareToExecuteHandlers;
- executeHandler:(NXAtom)handlerName;
// Some helpful stuff for loading interface data and other resources
+ finishLoading:(struct mach_header *)header;
- loadInterfaceData;
// XModule Methods
- showMenus;
- hideMenus;
- em_version; // Provides a way to know which version of the XModule you have.
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.