home *** CD-ROM | disk | FTP | other *** search
- MyController = {
- ACTIONS = {"appDidInit:" = "appDidInit:"; "tabMatrixAction:" = "tabMatrixAction:"; };
- OUTLETS = {backgroundView = backgroundView; tabMatrix = tabMatrix; };
- SUPERCLASS = Object;
- };
- DarkGrayView = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = View; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-