From bee0b791f7de2640da4a246e6cc7a78341f2028d Mon Sep 17 00:00:00 2001 From: jules Date: Sat, 5 Apr 2014 10:40:38 +0100 Subject: [PATCH] Updated a comment. --- modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.h b/modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.h index c93bfe671c..8f5e961907 100644 --- a/modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.h +++ b/modules/juce_gui_extra/misc/juce_SystemTrayIconComponent.h @@ -30,7 +30,10 @@ //============================================================================== /** - On Windows and Linux only, this component sits in the taskbar tray as a small icon. + This component sits in the taskbar tray as a small icon. + + (NB: The exact behaviour of this class will differ between OSes, and it + isn't fully implemented for all OSes) To use it, just create one of these components, but don't attempt to make it visible, add it to a parent, or put it on the desktop.