ftp.nice.ch/pub/next/graphics/inspectors/AIInspector.s.tar.gz#/AIInspector/AIInspector.h

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

/*
 * AIInspector.h
 *
 * AIInspector is a subclass of WMInspector responsible for handling
 * the new and revert: messages from the Workspace Manager.
 *
 *
 * You may freely copy, distribute, and reuse the code in this example.
 * Both Terrence Talbot and Digital Tool Works disclaim any warranty
 * of any kind, expressed or implied, as to its fitness for any particular use.
 *
 * Written by:  Terrence Talbot 
 *    Created:  Oct/92
 *
 */

#import <apps/Workspace.h>
#import "AIView.h"

@interface AIInspector:WMInspector
{
   AIView  *myAIView;
}

+ new;
- revert:sender;

@end

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