4 * Animating Asynchronous Arrows Widget
5 * *** DEPRECATED: NSProgressIndicator now offers an async widget. MLJ - 01/14/2003
7 * Original Author : Doug Brown <...>
8 * Responsibility : Matt Judy <mjudy@ithinksw.com>
9 * Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
11 * Copyright (c) 2002 - 2003 iThink Software.
17 #import <Cocoa/Cocoa.h>
20 @interface ITChasingArrowsView : NSView
22 BOOL running, inForeground;
28 - (IBAction)stop:(id)sender;
29 - (IBAction)start:(id)sender;