home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- PrintPanel = {
- ACTIONS = {
- "changePrinter:" = "changePrinter:";
- "pickedAllPages:" = "pickedAllPages:";
- "pickedButton:" = "pickedButton:";
- };
- OUTLETS = {
- accessoryView = accessoryView;
- appIcon = appIcon;
- buttons = buttons;
- cancel = cancel;
- copies = copies;
- feed = feed;
- firstPage = firstPage;
- lastPage = lastPage;
- name = name;
- note = note;
- ok = ok;
- optionsButton = optionsButton;
- pageMode = pageMode;
- preview = preview;
- printers = printers;
- resolutionList = resolutionList;
- save = save;
- status = status;
- };
- SUPERCLASS = Panel;
- };
- MyPrintPanel = {
- ACTIONS = {"fitPageSizeChanged:" = "fitPageSizeChanged:"; };
- OUTLETS = {
- accView = accView;
- fitPageSizeSwitch = fitPageSizeSwitch;
- runPageLayoutButton = runPageLayoutButton;
- };
- SUPERCLASS = PrintPanel;
- };
-