X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/23324ae1c7938ba904770fc456d3c07764b9c5e9..a055a11641760f252f1fb3063436de5bf3d6c21b:/interface/taskbar.h diff --git a/interface/taskbar.h b/interface/taskbar.h index 7d1e241340..9eb2faaefb 100644 --- a/interface/taskbar.h +++ b/interface/taskbar.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: taskbar.h -// Purpose: documentation for wxTaskBarIcon class +// Purpose: interface of wxTaskBarIcon // Author: wxWidgets team // RCS-ID: $Id$ // Licence: wxWindows license @@ -9,10 +9,10 @@ /** @class wxTaskBarIcon @wxheader{taskbar.h} - + This class represents a taskbar icon. A taskbar icon is an icon that appears in the 'system tray' and responds to mouse clicks, optionally with a tooltip above it to help provide information. - + @library{wxadv} @category{FIXME} */ @@ -33,7 +33,6 @@ public: This method is called by the library when the user requests popup menu (on Windows and Unix platforms, this is when the user right-clicks the icon). Override this function in order to provide popup menu associated with the icon. - If CreatePopupMenu returns @NULL (this happens by default), no menu is shown, otherwise the menu is displayed and then deleted by the library as soon as the user dismisses it. @@ -57,7 +56,7 @@ public: /** Returns @true if the object initialized successfully. */ -#define bool IsOk() /* implementation is private */ + bool IsOk(); /** Pops up a menu at the current mouse position. The events can be handled by @@ -75,3 +74,4 @@ public: */ bool SetIcon(const wxIcon& icon, const wxString& tooltip); }; +