src/macosx/native/sun/awt/CTrayIcon.h

Print this page

        

*** 51,60 **** --- 51,61 ---- - (void) setTooltip:(NSString *)tooltip; - (NSStatusItem *)theItem; - (jobject) peer; - (void) setImage:(NSImage *) imagePtr sizing:(BOOL)autosize; - (NSPoint) getLocationOnScreen; + - (void) deliverJavaMouseEvent:(NSEvent*) event; @end //AWTTrayIcon //================================================================================== /*
*** 66,75 **** --- 67,77 ---- BOOL isHighlighted; } -(id)initWithTrayIcon:(AWTTrayIcon *)theTrayIcon; -(void)setHighlighted:(BOOL)aFlag; -(void)setImage:(NSImage*)anImage; + -(void)setTrayIcon:(AWTTrayIcon*)theTrayIcon; @end //AWTTrayIconView #ifdef __cplusplus }