File:  [NeXTSTEP 3.3 examples] / Examples / AppKit / Graph / GraphApp.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:48:25 2018 UTC (8 years, 1 month ago) by root
Branches: NeXT, MAIN
CVS tags: NeXTSTEP33, HEAD
Sample Programs from NeXSTEP 3.3


#import <objc/Object.h>
@class Panel, TextField, NXStringTable, ThreeDPanel;

@interface GraphApp : Object {
    Panel *helpPanel;		/* outlet to our help panel */
    Panel *infoPanel;		/* outlet to our info panel */
    ThreeDPanel *threeDPanel;	/* outlet to our 3D control panel */
    TextField *versString;	/* outlet to the version string in the panel */
    NXStringTable *stringTable;	/* table of all strings in this app */
}

/* action methods for new, open and info menu commands */
- open:sender;
- new2D:sender;
- new3D:sender;
- showHelpPanel:sender;
- showInfoPanel:sender;
- showThreeDPanel:sender;
- (ThreeDPanel *)threeDPanel;

/* returns the string table */
- (NXStringTable *)stringTable;


@end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.