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:"; };
- OUTLETS = {window = window; };
- SUPERCLASS = Object;
- };
-