home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/appkit.h>
-
- @interface InfoView:View
- {
- DPSTimedEntry animateTE;
- id animationFont;
- int animationStep;
- float animationSize;
- float animationFloat;
- }
-
- - animateInfo:sender;
-
- - removeTE;
- - animationClick;
-
- - initFrame:(const NXRect *)rect;
- - windowWillClose:sender;
- - drawSelf:(const NXRect *)rect:(int)rectCount;
-
- @end
-