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.