home *** CD-ROM | disk | FTP | other *** search
- VariableTextField = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = TextField;
- };
- Maker = {
- ACTIONS = {
- clear:;
- openMakeFile:;
- cancelAddTarget:;
- options:;
- changeSize:;
- addTarget:;
- nextError:;
- make:;
- selectError:;
- prevError:;
- };
- OUTLETS = {
- addTargetForm;
- optionsButton;
- errorTitles;
- doingText;
- errorScroll;
- errorMatrix;
- buildButton;
- shellText;
- errorBox;
- controller;
- targetButton;
- errorSizer;
- targetField;
- arrowsMatrix;
- addTargetPanel;
- makeWindow;
- outputSplit;
- container;
- shellScroll;
- targetText;
- outputBox;
- };
- SUPERCLASS = ProjectDriver;
- };
- FirstResponder = {
- ACTIONS = {
- openMakeFile:;
- };
- SUPERCLASS = Object;
- };
- Sizer = {
- OUTLETS = {
- sizeView;
- };
- SUPERCLASS = Control;
- };
- ShellText = {
- SUPERCLASS = Text;
- };
- ProjectDriver = {
- ACTIONS = {
- revert:;
- };
- OUTLETS = {
- window;
- contentView;
- projectEditor;
- };
- SUPERCLASS = Object;
- };
-