ftp.nice.ch/pub/next/developer/objc/appkit/FrontEndTool.s.tar.gz#/FrontEndTool/Appender.h

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

#import "HandleDeputy.h"

@interface Appender:HandleDeputy
{
    id	scrollView;
    int currentPosition;
    char theChars[2];
}

- init;
//appends the string passed to the doc view of the scroll view
- appendToText:(const char *)newText;
- blinkDude;
- docView;
- textFilter:(char *)filtrate: (int *)length;
- inputToApp:(char *)in;
- outputFromApp:(char *)out;
//prints the doc view of the scroll view
- print:sender;

@end

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