home *** CD-ROM | disk | FTP | other *** search
- CEInfo = {
- ACTIONS = {
- "animationDidStop:" = "animationDidStop:";
- "makeKeyAndOrderFront:" = "makeKeyAndOrderFront:";
- "startRandomAnimation:" = "startRandomAnimation:";
- "switchToAppIcon:" = "switchToAppIcon:";
- "switchToNextIcon:" = "switchToNextIcon:";
- "switchToTomiIcon:" = "switchToTomiIcon:";
- "switchToWolfyIcon:" = "switchToWolfyIcon:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {
- appImage = appImage;
- appText = appText;
- currentAnimator = currentAnimator;
- imageButton = imageButton;
- panel = panel;
- someAnimator = someAnimator;
- textField = textField;
- tomiImage = tomiImage;
- tomiText = tomiText;
- wolfyImage = wolfyImage;
- wolfyText = wolfyText;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- BBImageAnimator = {
- ACTIONS = {"startAnimation:" = "startAnimation:"; };
- OUTLETS = {
- bounceSettingField = bounceSettingField;
- delegate = delegate;
- frameCountSettingField = frameCountSettingField;
- sourceImageMatrix = sourceImageMatrix;
- speedSettingField = speedSettingField;
- targetButton = targetButton;
- };
- SUPERCLASS = Object;
- };
-