home *** CD-ROM | disk | FTP | other *** search
- ContourOptionsPanel = {
- ACTIONS = {
- doSetPoints:;
- doSetOrder:;
- doSetKey:;
- doSetKind:;
- };
- OUTLETS = {
- pointsField;
- kindMatrix;
- keyButton;
- orderField;
- };
- SUPERCLASS = OptionsPanel;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- OptionsPanel = {
- ACTIONS = {
- windowDidUpdate:;
- showPanel:;
- };
- OUTLETS = {
- panel;
- status;
- };
- SUPERCLASS = Object;
- };
-