ftp.nice.ch/pub/next/developer/resources/palettes/NibInfoPalette.2.0b.NI.b.tar.gz#/NibInfoPalette2B/NibInfoMethods/NibInfoMethods.h

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

// Robert Nicholson, Thu Feb 10 14:42:10 GMT 1994
// Copyright, 1994. All rights reserved.

#import <appkit/appkit.h>

@interface Object(NibInfoMethods)
- NIBINFOReportHeader:(const char *)pathname toStream:(NXStream *)s;
- NIBINFOReportTrailer:(const char *)pathname toStream:(NXStream *)s;
- NIBINFOheaderForObject:anObject toStream:(NXStream *)s;
- NIBINFOdetailForSourceToStream:(NXStream *)s;
- NIBINFOdetailForDestToStream:(NXStream *)s;
- NIBINFOselector:(const char *)selector toStream:(NXStream *)s;
- NIBINFOinfoToStream:(NXStream *)s;
@end

@interface View(NibInfoMethods)
- NIBINFOinfoToStream:(NXStream *)s;
@end


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