This is RTFDescription.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #import <streams/streams.h> @interface RTFDescription:Object { NXStream *textStream; char *buffer; } - init; - free; - copyFromZone:(NXZone *)zone; - (NXStream *)stream; - freeStream; - setRTFFromTextView:aView; - setRTF:(const char *)string; - setAscii:(const char *)string; - beginAppend; - appendAscii:(const char *)string; - appendRTF:(const char *)string; - bold:(BOOL)flag; - setJustify:(int)mode; - endAppend; - write:(NXTypedStream *)stream; - read:(NXTypedStream *)stream; - awake; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.