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