home *** CD-ROM | disk | FTP | other *** search
- MyApp = {
- ACTIONS = {
- hide:;
- terminate:;
- };
- OUTLETS = {
- delegate;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ChoosePrinter = {
- ACTIONS = {
- pickedButton:;
- };
- OUTLETS = {
- appIcon;
- cancel;
- note;
- border;
- type;
- ok;
- name;
- };
- SUPERCLASS = Window;
- };
-