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

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

Revision 1.1, Sun Jan 9 17:00:57 2000 UTC (24 years, 4 months ago) by maekawa
Branch: MAIN

Initial revision

#import <appkit/appkit.h>

@interface gnuviewController:Object
{
    id window;
	id gnuView;
	id activateButton;
	id controller;
}


- window;
- windowWillClose:sender;
- windowDidBecomeMain:sender;
- gnuView;
- activatePushed:sender;
- deactivate:sender;
- GVactivate:sender;
- largerPushed:sender;
- smallerPushed:sender;


@end