ftp.nice.ch/pub/next/developer/objc/appkit/LispExample.s.tar.gz#/LispExample/LispListener.h

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

/*
**	LispListener.h
**	A Scrollable LispText.
**	Lee Boynton, NeXT, Inc., 1989
*/

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

@interface LispListener : ScrollView
{
    id	theText;
}

+ newFrame:(NXRect *)theFrame;
    /*
    ** Create a new LispListener with the given frame rectangle. The
    ** Lisp process (determined by the LispImage default) is automatically 
    ** launched.
    */

- evaluate:(const char *)theString;
    /*
    ** Enqueue the given input to Lisp.
    */

@end



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