X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/671a785b0d869478451bc428ac4e4bf3415253b4..7351b185cf3f32e36745ad0107b2e27a4634127c:/ITChasingArrowsView.h diff --git a/ITChasingArrowsView.h b/ITChasingArrowsView.h index 4991cb6..bdc2a80 100755 --- a/ITChasingArrowsView.h +++ b/ITChasingArrowsView.h @@ -1,20 +1,29 @@ -// -// ITChasingArrowsView.h -// -// -// Created by Doug Brown on Sat May 11 2002. -// Copyright (c) 2002 iThink Software. All rights reserved. -// +/* + * ITKit + * ITStatusItem + * NSStatusItem subclass which reduces suckage + * + * Original Author : Doug Brown + * Responsibility : Matt Judy + * Responsibility : Joseph Spiros + * + * Copyright (c) 2002 iThink Software. + * All Rights Reserved + * + */ #import -@interface ITChasingArrowsView : NSView { +@interface ITChasingArrowsView : NSView +{ BOOL running, inForeground; int curIndex; NSTimer *timer; NSArray *images; } + - (IBAction)stop:(id)sender; - (IBAction)start:(id)sender; + @end