home *** CD-ROM | disk | FTP | other *** search
- MyApp = {
- ACTIONS = {"hide:" = "hide:"; "terminate:" = "terminate:"; };
- OUTLETS = {delegate = delegate; };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- PrintPanel = {
- ACTIONS = {
- "_pickedButton:" = "_pickedButton:";
- "_pickedJobFeatureButton:" = "_pickedJobFeatureButton:";
- "_pickedOptions:" = "_pickedOptions:";
- "pickedAllPages:" = "pickedAllPages:";
- };
- OUTLETS = {
- _ppdGroupView = _ppdGroupView;
- _ppdTextView = _ppdTextView;
- appIcon = appIcon;
- buttons = buttons;
- cancel = cancel;
- controlBox = controlBox;
- copies = copies;
- feed = feed;
- firstPage = firstPage;
- lastPage = lastPage;
- name = name;
- note = note;
- ok = ok;
- optionsButton = optionsButton;
- pageMode = pageMode;
- preview = preview;
- printerList = printerList;
- printerListBox = printerListBox;
- printerListTitle = printerListTitle;
- resolutionList = resolutionList;
- save = save;
- status = status;
- };
- SUPERCLASS = Window;
- };
-