ftp.nice.ch/pub/next/unix/graphics/GnuTerm.1.1a.NI.bs.tar.gz#/GnuTerm_1.1a/source/GTsource.tar.gz#/GTsource/NeXT/Controller.h

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

#import <appkit/appkit.h>

@interface Controller:Object 
{
	id activeTerm;
	id keyTerm;
	id NameField;
	NXConnection *myConnection;
	float offset;
	int gnuviewNum;
}

- newGnuTerm:sender;
- appDidInit:sender;
- activeTerm;
- setActiveTerm:newView;
- setKeyTerm:newTerm;
- setKeyTitle:sender;
- printPScodeInKey:sender;
- executePScode:(char *)PSstring;

@end


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