ftp.nice.ch/pub/next/developer/objc/appkit/TextORama.92.8.s.tar.gz#/TextORama/TextORama.h

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

/* TextORama.h
 *
 *   TextORama is a subclass of Object which acts as the
 * application delegate.
 * 
 *
 * You may freely copy, distribute, and reuse the code in this example.
 * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
 * fitness for any particular use.
 *
 * Written by:  Sharon Zakhour 
 * Created:  Oct/91
 */

#import <appkit/appkit.h>

@interface TextORama:Object
{
	id dateField;
	id socSecField;
	id phoneField;
	id emacsScrollView;
}

char *dateFilter(id textObj, char *inputText, int *inputLength, int position);
char *socSecFilter(id textObj, char *inputText, int *inputLength, int position);
char *phoneFilter(id textObj, char *inputText, int *inputLength, int position);

- loadEmacsScrollView;

@end

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