home *** CD-ROM | disk | FTP | other *** search
- MiscInfoController = {
- ACTIONS = {
- "info:" = "info:";
- "license:" = "license:";
- "orderForm:" = "orderForm:";
- "registration:" = "registration:";
- "releaseNotes:" = "releaseNotes:";
- "suggestion:" = "suggestion:";
- };
- OUTLETS = {
- info = info;
- orderForm = orderForm;
- registration = registration;
- strings = strings;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- Controller = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "body:" = "body:";
- "cc:" = "cc:";
- "deliver:" = "deliver:";
- "doMessage:" = "doMessage:";
- "getWindow:" = "getWindow:";
- "subject:" = "subject:";
- "to:" = "to:";
- };
- OUTLETS = {body = body; cc = cc; subject = subject; to = to; window = window; };
- SUPERCLASS = Object;
- };
-