home *** CD-ROM | disk | FTP | other *** search
-
- /* $Id: ContourOptionsPanel.h,v 1.1.1.1 1993/03/18 03:31:27 davis Exp $ */
-
-
- #import "OptionsPanel.h"
-
- @interface ContourOptionsPanel:OptionsPanel
- {
- id kindMatrix;
- id pointsField;
- id orderField;
- id keyButton;
- }
-
- - init;
-
- - doSetKind:sender;
- - doSetPoints:sender;
- - doSetOrder:sender;
- - doSetKey:sender;
-
- @end
-