home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {"print:" = "print:"; "save:" = "save:"; "saveAs:" = "saveAs:"; };
- SUPERCLASS = Object;
- };
- Grab = {
- ACTIONS = {
- "orderFrontInspectorPanel:" = "orderFrontInspectorPanel:";
- "orderFrontPrefsPanel:" = "orderFrontPrefsPanel:";
- "screenSelection:" = "screenSelection:";
- "showInfo:" = "showInfo:";
- "timedSelection:" = "timedSelection:";
- "toggleSound:" = "toggleSound:";
- "variableSelection:" = "variableSelection:";
- "windowSelection:" = "windowSelection:";
- };
- OUTLETS = {
- close = close;
- copy = copy;
- cut = cut;
- grabWindow = grabWindow;
- inspectorItem = inspectorItem;
- paste = paste;
- print = print;
- save = save;
- saveAs = saveAs;
- screenItem = screenItem;
- selectAll = selectAll;
- selection = selection;
- selectionItem = selectionItem;
- soundItem = soundItem;
- timedItem = timedItem;
- useSound = useSound;
- windowItem = windowItem;
- };
- SUPERCLASS = Application;
- };
-