Added support for attributed strings, which allows us to have non-sucky stars in...
[MenuTunes.git] / StatusWindow.h
index c956be7..7bc9762 100755 (executable)
 #import <Cocoa/Cocoa.h>
 #import <ITKit/ITKit.h>
 
-
-typedef enum _StatusWindowSizing {
-    StatusWindowRegular,
-    StatusWindowSmall,
-    StatusWindowMini
-} StatusWindowSizing;
-
+#define SMALL_DIVISOR       1.33333
+#define MINI_DIVISOR        1.66667
 
 @interface StatusWindow : ITTransientStatusWindow {
     NSImage            *_image;
     BOOL                _locked;
-    StatusWindowSizing  _sizing;
 }
 
 - (void)setImage:(NSImage *)newImage;
 - (void)setLocked:(BOOL)flag;
-- (void)setSizing:(StatusWindowSizing)newSizing;
 
-- (void)buildTextWindowWithString:(NSString *)text;
+- (void)buildTextWindowWithString:(id)text;
 - (void)buildMeterWindowWithCharacter:(NSString *)character
                                  size:(float)size
                                 count:(int)count