This is IBConnectors.h in view mode; [Download] [Up]
/* Assumed definition of NeXT classes
Copyright (C) 1993 The Board of Trustees of
The Leland Stanford Junior University. All Rights Reserved.
Authors: Paul Kunz and Imran Qureshi
* This file is part of the nib translator for
* an Objective-C class library for X/Motif
IBConnectors.h,v 1.5 1995/01/03 21:26:37 pfkeb Exp
*/
#include "/NextDeveloper/Headers/objc/typedstream.h"
#include "/NextDeveloper/Headers/objc/Object.h"
/* This are interfaces for NeXT IB Objects */
@interface IBConnector:Object
{
id source;
id destination;
id label;
}
- free;
- write:(NXTypedStream *) s;
- read:(NXTypedStream *) s;
- source;
- destination;
- renewObject:old to:new;
- nibInstantiate;
@end
@interface IBControlConnector : IBConnector
{
}
- establishConnection;
@end
@interface IBOutletConnector : IBConnector
- establishConnection;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.