X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c913512a4c9f36e11e07ea707002fab1608d324..bddd07670f86fcfd1419bac3785a18829900f163:/interface/taskbar.h diff --git a/interface/taskbar.h b/interface/taskbar.h index 5d794a8ae4..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 @@ -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); }; +