X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/676d1feebedb6b04b4da4bb58b3ca1282d7740f5..7a218424c6a92eb4979564a7260f862edd46052d:/Deprecated/ITChasingArrowsView.h diff --git a/Deprecated/ITChasingArrowsView.h b/Deprecated/ITChasingArrowsView.h deleted file mode 100755 index 6ef2844..0000000 --- a/Deprecated/ITChasingArrowsView.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * ITKit - * ITChasingArrowsView - * Animating Asynchronous Arrows Widget - * *** DEPRECATED: NSProgressIndicator now offers an async mode. MLJ - 01/14/2003 - * - * Original Author : Doug Brown <...> - * Responsibility : Matthew Judy - * Responsibility : Joseph Spiros - * - * Copyright (c) 2002 - 2003 iThink Software. - * All Rights Reserved - * - */ - - -#import - - -@interface ITChasingArrowsView : NSView -{ - BOOL running, inForeground; - int curIndex; - NSTimer *timer; - NSArray *images; -} - -- (IBAction)stop:(id)sender; -- (IBAction)start:(id)sender; - - -@end