home *** CD-ROM | disk | FTP | other *** search
- InspectorPanel = {
- SUPERCLASS = Panel;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- DrawApp = {
- ACTIONS = {
- activateDocument:;
- terminate:;
- new:;
- appDidInit:;
- open:;
- setCurrentGraphic:;
- };
- OUTLETS = {
- spamatrix;
- currentGraphic;
- inspectorPanel;
- savePanelAccessory;
- gridInspector;
- activateMenu;
- tools;
- };
- SUPERCLASS = Application;
- };
- Inspector = {
- ACTIONS = {
- changeLineCap:;
- changeLineJoin:;
- changeFramed:;
- changeFillColor:;
- changeFormEntry:;
- changeLineWidth:;
- changeTextColor:;
- changeContinuous:;
- changeDimensions:;
- changeArrows:;
- changeLineColor:;
- changeFilled:;
- };
- OUTLETS = {
- lineJoin;
- formEntry;
- filled;
- lineCap;
- fillColor;
- height;
- lineWidthSlider;
- textColor;
- lineColor;
- arrows;
- width;
- lineWidthField;
- };
- SUPERCLASS = Object;
- };
-