home *** CD-ROM | disk | FTP | other *** search
- CVtestApp = {
- ACTIONS = {
- appDidInit:;
- colorWellsAction:;
- clearAction:;
- drawAction:;
- setNcontourLevels:;
- useColorAction:;
- };
- OUTLETS = {
- nlevelField;
- bgCWell;
- darkCWell;
- brightCWell;
- contourView;
- };
- SUPERCLASS = Application;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ContourView = {
- ACTIONS = {
- copy:;
- clear:;
- copyPScode:;
- };
- OUTLETS = {
- };
- SUPERCLASS = View;
- };
-