home *** CD-ROM | disk | FTP | other *** search
- Preferences = {
- ACTIONS = {
- "changeOptionMode:" = "changeOptionMode:";
- "ok:" = "ok:";
- "performClick:" = "performClick:";
- "revert:" = "revert:";
- };
- OUTLETS = {
- ok = ok;
- optionView = optionView;
- optionsButton = optionsButton;
- revert = revert;
- win = win;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {"performResize:" = "performResize:"; }; SUPERCLASS = Object; };
- GlobalPreferences = {
- ACTIONS = {"newFont:" = "newFont:"; "setAscii:" = "setAscii:"; "setRtf:" = "setRtf:"; };
- OUTLETS = {
- asciiFontName = asciiFontName;
- asciiFontSize = asciiFontSize;
- mode = mode;
- rtfFontName = rtfFontName;
- rtfFontSize = rtfFontSize;
- start = start;
- };
- SUPERCLASS = Preferences;
- };
-