home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- ConsistencyPanel = {SUPERCLASS = Panel; };
- Controller = {
- ACTIONS = {
- "consistencyCancel:" = "consistencyCancel:";
- "consistencyOK:" = "consistencyOK:";
- };
- OUTLETS = {
- consistencyCancelButton = consistencyCancelButton;
- consistencyMessage = consistencyMessage;
- consistencyOKButton = consistencyOKButton;
- consistencyText = consistencyText;
- consistencyWindow = consistencyWindow;
- };
- SUPERCLASS = Object;
- };
-