home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- save:;
- saveAs:;
- print:;
- };
- SUPERCLASS = Object;
- };
- Grab = {
- ACTIONS = {
- keithClicked:;
- orderFrontInspectorPanel:;
- variableSelection:;
- cameraClicked:;
- cursorType:;
- timedSelection:;
- windowSelection:;
- screenSelection:;
- toggleSound:;
- showInfo:;
- orderFrontPrefsPanel:;
- };
- OUTLETS = {
- timedItem;
- windowItem;
- useSound;
- selection;
- grabWindow;
- cut;
- selectAll;
- inspectorItem;
- selectionItem;
- infoPanel;
- cursorTypeMatrix;
- screenItem;
- inspectorPanel;
- saveAs;
- alpha;
- print;
- save;
- height;
- depth;
- copy;
- cameraButton;
- helpPanel;
- width;
- close;
- keithButton;
- soundItem;
- prefsPanel;
- versionNumber;
- paste;
- };
- SUPERCLASS = Application;
- };
-