home *** CD-ROM | disk | FTP | other *** search
- MyApp = {
- ACTIONS = {
- "cancel:" = "cancel:";
- "hide:" = "hide:";
- "ok:" = "ok:";
- "terminate:" = "terminate:";
- };
- OUTLETS = {
- button1 = button1;
- button2 = button2;
- delegate = delegate;
- text = text;
- window = window;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {"performResize:" = "performResize:"; }; SUPERCLASS = Object; };
-