This is XmConnector.h in view mode; [Download] [Up]
/* Archiving Category for IBControlConnector and IBOutletConnector 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 XmConnector.h,v 1.5 1995/05/16 00:49:55 pfkeb Exp */ #include "/NextDeveloper/Headers/objc/typedstream.h" #include "/NextDeveloper/Headers/objc/Object.h" #define NXTypedStream TypedStream #include <objc/typedstream.h> #include "IBConnectors.h" @interface IBConnector (XmArchiving) - write:(TypedStream *)stream; @end @interface IBControlConnector (XmArchiving) - write:(TypedStream *)stream; - establishConnection; - free; /*Do not let NeXTStep free this connectors */ @end @interface IBOutletConnector (XmArchiving) - write:(TypedStream *)stream; - establishConnection; - free; /*Do not let NeXTStep free this connectors */ @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.