ftp.nice.ch/pub/next/connectivity/conferences/NetTalk.1.4b.s.tar.gz#/NetTalk_V1.4beta/RTFDChat.bproj/ServerText.h

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

#import "SFODragDropText.h"
#import <remote/NXProxy.h>
#import <appkit/Cell.h>


@class ClientText, TextDiff;


@interface ServerText : SFODragDropText <NXSenderIsInvalid>
{
	List    *textList;
	BOOL     stayFirstResponder;
}

- setStayFirstResponder:(BOOL)aFlag;

- ring:sender;
- addClientText:(ClientText *)aText;
- removeClientText:(ClientText *)aText;
- cleanupClientList;

- makeClientsApply:(TextDiff*)diff;

/* callback for special key bindings */
- gotoLineStart;
- gotoLineEnd;

@end

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