home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/Application.h>
- #import <appkit/NXColorWell.h>
-
- @interface CVtestApp:Application
- {
- id contourView;
- id nlevelField;
- id brightCWell;
- id darkCWell;
- id bgCWell;
- }
-
- - appDidInit:sender;
- - setNcontourLevels:sender;
- - clearAction:sender;
- - drawAction:sender;
- - colorWellsAction:sender;
- - useColorAction:sender;
-
- @end
-