ftp.nice.ch/pub/next/developer/objc/appkit/Starter.1.1.s.tar.gz#/Starter1.1/STAdjFontTextField.h

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

#import <appkit/appkit.h>

@interface STAdjFontTextField:TextField
{
const char *fontString;
id font;
int minSize, maxSize, curSize;
int lines;
}

- initFrame:(const NXRect *)f;
- setAttributes:(int)min :(int)max
	align:(int)aMode
	lines:(int)numLines;
- setStringValue:(const char *)text;
- setFontString:(const char *)aFont;

@end

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