This is InterfaceView.h in view mode; [Download] [Up]
/* Generated by Interface Builder */
/*
* An interface view is simple a base class for
* Objective-C views that interface with the Game Interface
* object.
*
* The sole purpose of this object is to hold a instance
* pointer to the Game Interface object.
*
*
$Author$
$Header$
*
$Log$
*/
#import <appkit/View.h>
@interface InterfaceView:View {
// This is the Game Interface
// object. We have to use a generic ID
// here otherwise the header files
// would be cross dependent.
id gameInterface;
}
// Sets up some additional View
// defaults.
- initFrame:( const NXRect * )frameRect;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.