home *** CD-ROM | disk | FTP | other *** search
- InfoController = {
- ACTIONS = {"sendComments:" = "sendComments:"; };
- OUTLETS = {maintainerText = maintainerText; versionText = versionText; };
- SUPERCLASS = DocumentController;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Credits = {
- ACTIONS = {"start:" = "start:"; };
- OUTLETS = {clipView = clipView; scrollView = scrollView; text = text; };
- SUPERCLASS = Object;
- };
- DocumentController = {
- ACTIONS = {"makeKeyAndOrderFront:" = "makeKeyAndOrderFront:"; };
- OUTLETS = {docType = docType; panel = panel; };
- SUPERCLASS = Object;
- };
-