ftp.nice.ch/pub/next/developer/resources/libraries/LGDCommunicationKit.1.0.N.a.tar.gz#/LGDCommunicationKit-1.0/Examples/SimplePort/TextExtensions.h

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

//
// TextExtensions.h
// LGDCommunicationKit Examples, Release 1.0 (prerelease)
//
// Copyright (c) 1993, Looking Glass Design, Inc.
// All rights reserved.
//
// Project Manager:  Paul Girone
// Original Author:  Mike Gobbi
// Creation Date:    June 11, 1993
// $Revision: 1.2 $
//

#import <appkit/Text.h>

@interface Text(Extensions)

// Append strings at the end of the text
- appendString:(const char *)aString;
- appendString:(const char *)aString addNewline:(BOOL)yn;

@end

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