3 * StatusWindowController
6 * Original Author : Kent Sutherland <ksuther@ithinksw.com>
7 * Responsibility : Kent Sutherland <ksuther@ithinksw.com>
9 * Copyright (c) 2002 iThink Software.
15 #import <Cocoa/Cocoa.h>
19 @interface StatusWindowController : NSObject
21 IBOutlet NSTextField *statusField;
22 IBOutlet StatusWindow *statusWindow;
24 - (void)setUpcomingSongs:(NSString *)string;
25 - (void)setTrackInfo:(NSString *)string;
26 - (void)fadeWindowOut;