X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/fa78212a0846051952aca9a66a2af86bdf396351..f0a93087145b1920a1e96931203343a4b2b8793f:/Deprecated/StatusWindowController.h diff --git a/Deprecated/StatusWindowController.h b/Deprecated/StatusWindowController.h new file mode 100755 index 0000000..1b32e4a --- /dev/null +++ b/Deprecated/StatusWindowController.h @@ -0,0 +1,27 @@ +/* + * MenuTunes + * StatusWindowController + * ... + * + * Original Author : Kent Sutherland + * Responsibility : Kent Sutherland + * + * Copyright (c) 2002 iThink Software. + * All Rights Reserved + * + */ + + +#import + +@class StatusWindow; + +@interface StatusWindowController : NSObject +{ + IBOutlet NSTextField *statusField; + IBOutlet StatusWindow *statusWindow; +} +- (void)setUpcomingSongs:(NSString *)string; +- (void)setTrackInfo:(NSString *)string; +- (void)fadeWindowOut; +@end