home *** CD-ROM | disk | FTP | other *** search
- ProjectEditor = {
- ACTIONS = {
- installFindView:;
- installAttributesView:;
- runApplication:;
- newSubproject:;
- debugApplication:;
- installFileView:;
- installBuildView:;
- };
- OUTLETS = {
- appIcon;
- window;
- debugIcon;
- targetPopUp;
- runMatrix;
- targetText;
- container;
- infoField;
- modeMatrix;
- };
- SUPERCLASS = Object;
- };
- VariableTextField = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = TextField;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
-