X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/28ef52fed0fa8f1d49c604cabe52b846bf01d393..01de763e5aad722c6e61891f11ba826beea60992:/StatusWindow.h diff --git a/StatusWindow.h b/StatusWindow.h index 4b678bc..d44de93 100755 --- a/StatusWindow.h +++ b/StatusWindow.h @@ -15,15 +15,19 @@ #import #import +#define SMALL_DIVISOR 1.33333 +#define MINI_DIVISOR 1.66667 + @interface StatusWindow : ITTransientStatusWindow { NSImage *_image; BOOL _locked; + NSTextField *_textField; } - (void)setImage:(NSImage *)newImage; - (void)setLocked:(BOOL)flag; -- (void)buildTextWindowWithString:(NSString *)text; +- (void)buildTextWindowWithString:(id)text; - (void)buildMeterWindowWithCharacter:(NSString *)character size:(float)size count:(int)count @@ -34,5 +38,6 @@ target:(id)target defaultAction:(SEL)okAction alternateAction:(SEL)alternateAction; - + +- (void)updateTime:(NSString *)time range:(NSRange)range; @end