ftp.nice.ch/pub/next/developer/objc/appkit/TclExample.1.0.s.tar.gz#/tclexample/TclObj.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>
#import <stdio.h>
#import <tcl.h>
#import <objc/List.h>

@interface TclObj:Object
{
	Tcl_Interp *tclinterp;
    id textView;
	id tvList;
}

- msg:sender;
- createTextView:sender;
- doCmd:(const char *)cmd :(id)tv;
- addText:(const char *)text;
- cursorVisible;
- viewLeaving:sender;

@end

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