home *** CD-ROM | disk | FTP | other *** search
- Preferences = {
- ACTIONS = {
- launchOpenPanel:;
- showPreferencePanel:;
- setManPageDirectory:;
- toggleEditDefault:;
- };
- OUTLETS = {
- directoryForm;
- autoEditLaunchSwitch;
- inspectorPanel;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Controller = {
- ACTIONS = {
- showInfoPanel:;
- showPreferences:;
- open:;
- endAllWars:;
- };
- OUTLETS = {
- preferences;
- infoview;
- headingNames;
- openReq;
- };
- SUPERCLASS = Object;
- };
-