home *** CD-ROM | disk | FTP | other *** search
- InspectCut = {
- ACTIONS = {
- remove:;
- invert:;
- newValueInSlider1:;
- replace:;
- showCutsRadio:;
- add:;
- newCut:;
- selectCut:;
- newValueInForm:;
- newValueInSlider2:;
- };
- OUTLETS = {
- loSlider;
- docCutList;
- zpSwitch;
- cutValueForm;
- cutList;
- buttonMatrix;
- dependList;
- cutBrowserCells;
- hiSlider;
- cutBrowser;
- showCutsRadio;
- tpBrowserCells;
- cutPlot;
- tpBrowser;
- };
- SUPERCLASS = InspectBase;
- };
- FineSlider = {
- SUPERCLASS = Slider;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- InspectBase = {
- ACTIONS = {
- windowDidUpdate:;
- };
- OUTLETS = {
- selectedPlot;
- hDraw;
- contentBox;
- graphicView;
- firstPlot;
- theInspector;
- };
- SUPERCLASS = Object;
- };
-