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