This is EDBOutlet.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface EDBOutlet:Object { NXAtom outletName; // Name of the Outlet BOOL multiUse; // YES = more than one connection per outlet BOOL isTarget; // YES = target-action outlet } - init; - read:(NXTypedStream *)stream; - write:(NXTypedStream *)stream; - setOutletName:(NXAtom)name; - setMultiUse:(BOOL)multi; - setIsTarget:(BOOL)target; - (NXAtom)outletName; - (BOOL)multiUse; - (BOOL)isTarget; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.