]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tipdlg.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / interface / wx / tipdlg.h
index f4c0e72f9392d087f468f523cf157bb7d9c9b751..2b8cbf984a3d7dec946e7d530d7d9868b8e0c426 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxTipProvider
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -34,6 +34,8 @@ public:
     */
     wxTipProvider(size_t currentTip);
 
+    virtual ~wxTipProvider();
+
     /**
         Returns the index of the current tip (i.e. the one which would be returned by GetTip()).
 
@@ -60,7 +62,7 @@ public:
         modification to the string. If you return wxEmptyString, then this tip is
         skipped, and the next one is read.
     */
-    virtual wxString PreProcessTip(const wxString& tip);
+    virtual wxString PreprocessTip(const wxString& tip);
 };
 
 
@@ -69,7 +71,7 @@ public:
 // Global functions/macros
 // ============================================================================
 
-/** @ingroup group_funcmacro_dialog */
+/** @addtogroup group_funcmacro_dialog */
 //@{
 
 /**