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

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

#import <appkit/ScrollView.h>
#import "../NetTalk.h"

@interface ClientScroller : ScrollView <NTKPclientview>
{
	id    scrollButton;
	id    nameTextField;
	id    dragAcceptor;
	id    closeButton;
	id    ringButton;
	char *clientUName;
	char *connectionCode;
	char *topic;
}

- freeScroller:sender;
- ringServerText:sender;


@end

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