home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/View.h>
- #import <appkit/nextstd.h>
- #import <dpsclient/dpsclient.h> // For DPSTimedEntry, used below
-
-
- @interface BounceView:View
- {
- DPSTimedEntry clockTE; // The clock timed entry
- float x,y;
- float ballRadius, ballDiameter;
- float speed, Xdirection, Ydirection;
- }
-
- + newFrame:(const NXRect *)tF;
- - doTimedEntry;
- - free;
- - speed:sender;
- - start:sender;
- - stop:sender;
-
- @end
-