home *** CD-ROM | disk | FTP | other *** search
- TextPreferences = {
- OUTLETS = {
- alignForm = alignForm;
- autoIndentMatrix = autoIndentMatrix;
- blankStructMatrix = blankStructMatrix;
- modesText = modesText;
- structForm = structForm;
- };
- SUPERCLASS = Preferences;
- };
- 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; };
-