[BACK]Return to Controller.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / NeXT

File: [local] / OpenXM_contrib / gnuplot / NeXT / Attic / Controller.h (download)

Revision 1.1.1.1 (vendor branch), Sun Jan 9 17:00:56 2000 UTC (24 years, 4 months ago) by maekawa
Branch: GNUPLOT
CVS Tags: maekawa-ipv6, VERSION_3_7_3, VERSION_3_7_1, VERSION_3_7, RELEASE_20000124, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.1: +0 -0 lines

Import gnuplot 3.7

#import <appkit/appkit.h>
	

@interface Controller:Object 
{
	id activeTerm;
	id keyTerm;
	id NameField;
	NXConnection *myConnection;
	int wcnt;
	int backing;
	id gvList;
	id DefaultSize;				/* textfield matrix */
	id useKeyButton;
	id useBufferedSwitch;
}

- newGnuTerm:sender;
- appDidInit:sender;
- activeTerm;
- setActiveTerm:newView;
- setKeyTerm:newTerm;
- setKeyTitle:sender;
- printPScodeInKey:sender;
- executePScode:(char *)PSstring termTitle:(char *)title;
- termWillClose:sender;
- setDefaultGTSize:sender;
- setUseBuffered:sender;
- closeAll:sender;
- miniaturizeAll:sender;


@end