|
|
1.1 root 1: InspectorPanel = {
2: SUPERCLASS = Panel;
3: };
4: FirstResponder = {
5: ACTIONS = {
6: };
7: SUPERCLASS = Object;
8: };
9: DrawApp = {
10: ACTIONS = {
11: appDidInit:;
12: activateDocument:;
13: terminate:;
14: new:;
15: open:;
16: setCurrentGraphic:;
17: };
18: OUTLETS = {
19: spamatrix;
20: currentGraphic;
21: inspectorPanel;
22: savePanelAccessory;
23: gridInspector;
24: activateMenu;
25: tools;
26: };
27: SUPERCLASS = Application;
28: };
29: Inspector = {
30: ACTIONS = {
31: changeLineWidth:;
32: changeFormEntry:;
33: changeLineCap:;
34: changeFramed:;
35: changeArrows:;
36: changeFillColor:;
37: changeContinuous:;
38: changeTextColor:;
39: changeFilled:;
40: changeLineColor:;
41: changeDimensions:;
42: changeLineJoin:;
43: };
44: OUTLETS = {
45: lineJoin;
46: formEntry;
47: filled;
48: fillColor;
49: lineCap;
50: textColor;
51: lineWidthSlider;
52: height;
53: arrows;
54: lineColor;
55: width;
56: lineWidthField;
57: };
58: SUPERCLASS = Object;
59: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.