git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added a Refresh item to the playlists menu that refreshes the submenu.
[MenuTunes.git]
/
StatusWindow.h
diff --git
a/StatusWindow.h
b/StatusWindow.h
index
6e72123
..
4b678bc
100755
(executable)
--- a/
StatusWindow.h
+++ b/
StatusWindow.h
@@
-15,17
+15,9
@@
#import <Cocoa/Cocoa.h>
#import <ITKit/ITKit.h>
#import <Cocoa/Cocoa.h>
#import <ITKit/ITKit.h>
-
-#define SW_PAD 24.0
-#define SW_SPACE 24.0
-#define SW_MINW 211.0
-#define SW_BORDER 32.0
-#define SW_METER_PAD 4.0
-
-
@interface StatusWindow : ITTransientStatusWindow {
@interface StatusWindow : ITTransientStatusWindow {
- NSImage *_image;
- BOOL _locked;
+ NSImage
*_image;
+ BOOL
_locked;
}
- (void)setImage:(NSImage *)newImage;
}
- (void)setImage:(NSImage *)newImage;
@@
-33,6
+25,7
@@
- (void)buildTextWindowWithString:(NSString *)text;
- (void)buildMeterWindowWithCharacter:(NSString *)character
- (void)buildTextWindowWithString:(NSString *)text;
- (void)buildMeterWindowWithCharacter:(NSString *)character
+ size:(float)size
count:(int)count
active:(int)active;
- (void)buildDialogWindowWithMessage:(NSString *)message
count:(int)count
active:(int)active;
- (void)buildDialogWindowWithMessage:(NSString *)message
@@
-40,6
+33,6
@@
alternateButton:(NSString *)title
target:(id)target
defaultAction:(SEL)okAction
alternateButton:(NSString *)title
target:(id)target
defaultAction:(SEL)okAction
- alternateAction:(SEL)alternateAction;
+ alternateAction:(SEL)alternateAction;
@end
@end