X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/93f1f93114865d18b5870f04763c921ff33b8e59..418a547d5daa457e97c3964224af5d703df5a19f:/StatusWindowController.h diff --git a/StatusWindowController.h b/StatusWindowController.h index ccf3d8a..1b32e4a 100755 --- a/StatusWindowController.h +++ b/StatusWindowController.h @@ -1,4 +1,16 @@ -/* StatusWindowController */ +/* + * MenuTunes + * StatusWindowController + * ... + * + * Original Author : Kent Sutherland + * Responsibility : Kent Sutherland + * + * Copyright (c) 2002 iThink Software. + * All Rights Reserved + * + */ + #import @@ -9,7 +21,7 @@ IBOutlet NSTextField *statusField; IBOutlet StatusWindow *statusWindow; } -- (void)setUpcomingSongs:(NSString *)string numSongs:(int)songs; -- (void)setTrackInfo:(NSString *)string lines:(int)lines; +- (void)setUpcomingSongs:(NSString *)string; +- (void)setTrackInfo:(NSString *)string; - (void)fadeWindowOut; @end