X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/2ff4127690b3348dd44e8b693f17e741b7c336d2..32440a12defde03dcc52e42cff4aa6300d7d96fb:/ITStatusItem.h diff --git a/ITStatusItem.h b/ITStatusItem.h index 218926d..382b48c 100755 --- a/ITStatusItem.h +++ b/ITStatusItem.h @@ -41,4 +41,9 @@ - (NSImage*) alternateImage; - (void) setAlternateImage:(NSImage*)image; +// The following have been redefined as to supply compliance with Jaguar (10.2)'s MenuExtras that have both titles and images. Continue to use them as though you would on a NSStatusItem, everything will be done for you automatically. +- (void) setImage:(NSImage*)image; +- (NSString*) title; +- (void) setTitle:(NSString*)title; + @end