This is Appender.h in view mode; [Download] [Up]
//
// An Object to Append Text to IB's Default ScrollView
// Randy NelsonÐCopyright NeXT 1990
// Not for release or reuse
//
#import <objc/Object.h>
@interface Appender:Object
{
id scrollView;
id docView;
}
//initializes the outlet
- setScrollView:anObject;
//prints the doc view of the scroll view
- print:sender;
//appends the string passed to the doc view of the scroll view
- appendToText:(const char *)newText;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.