This is TclTV.h in view mode; [Download] [Up]
#import <appkit/ScrollView.h>
#import <appkit/Text.h>
#import <tcl.h>
@interface TclTV:ScrollView
{
id theText;
id cmdHandler;
Tcl_CmdBuf cmdBuf;
BOOL doCmd;
NXSelPt cmdStart, cmdEnd;
}
- initFrame:(const NXRect *)frameRect;
- makeEnclosingWindow:(const NXRect *)rect;
- newText:(const NXRect *)frameRect;
- setCmdHandler:sender;
- cmdLoc:(NXSelPt *)start:(NXSelPt *)end;
- addText:(const char *)text;
- cursorVisible;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.