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

Annotation of OpenXM_contrib/gnuplot/NeXT/gnuviewController.h, Revision 1.1.1.1

1.1       maekawa     1:
                      2: #import <appkit/appkit.h>
                      3:
                      4: @interface gnuviewController:Object
                      5: {
                      6:     id window;
                      7:        id gnuView;
                      8:        id activateButton;
                      9:        id controller;
                     10: }
                     11:
                     12:
                     13: - window;
                     14: - windowWillClose:sender;
                     15: - windowDidBecomeMain:sender;
                     16: - gnuView;
                     17: - activatePushed:sender;
                     18: - deactivate:sender;
                     19: - GVactivate:sender;
                     20: - largerPushed:sender;
                     21: - smallerPushed:sender;
                     22:
                     23:
                     24: @end

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>