ftp.nice.ch/pub/next/connectivity/infosystems/Archie.2.18.s.tar.gz#/Archie/LibClasses.subproj/PasswordFieldCell.h

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

#import <appkit/TextFieldCell.h>
#import <appkit/Text.h>

@interface PasswordFieldCell : TextFieldCell
{
	char password[64];
	unsigned short hiddenChar;
	id editor;
	NXTextFunc prevDrawFunc;
	BOOL isVisible;
}

- (const char *) hiddenString;
- (unsigned short) hiddenChar;
- editor;
- setStringValue:(const char *) aString;
- setHiddenChar:(unsigned short) value;
- setIsVisible:(BOOL) flag;
- (BOOL) isVisible;

@end

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