]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/taskbar.h
fix various Doxygen errors (#9568)
[wxWidgets.git] / interface / taskbar.h
index 5d794a8ae4866c2899bc56bcd93fa07890ed62c2..9eb2faaefb2e1331b15f9275d187bbf98b2c59b4 100644 (file)
@@ -1,6 +1,6 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        taskbar.h
 /////////////////////////////////////////////////////////////////////////////
 // Name:        taskbar.h
-// Purpose:     documentation for wxTaskBarIcon class
+// Purpose:     interface of wxTaskBarIcon
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Licence:     wxWindows license
 // 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.
         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.
         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.
     */
     /**
         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
 
     /**
         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);
 };
     */
     bool SetIcon(const wxIcon& icon, const wxString& tooltip);
 };
+