home *** CD-ROM | disk | FTP | other *** search
- scan_control = {
- ACTIONS = {
- "doPreview:" = "doPreview:";
- "doScan:" = "doScan:";
- "newDisplay:" = "newDisplay:";
- "photocopy:" = "photocopy:";
- };
- OUTLETS = {
- lengthText = lengthText;
- newDisplay = newDisplay;
- scanDisplay = scanDisplay;
- widthText = widthText;
- xstartText = xstartText;
- ystartText = ystartText;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {"printScan:" = "printScan:"; "save:" = "save:"; "saveAs:" = "saveAs:"; };
- SUPERCLASS = Object;
- };
- scanView = {
- ACTIONS = {"clearDisplay:" = "clearDisplay:"; };
- OUTLETS = {height = height; startx = startx; starty = starty; width = width; };
- SUPERCLASS = View;
- };
-