X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da1ed74c85f53a75a193c7dcbd2013aa266a222c..d3fa4bc22e84e3ca4d88cc1772f2d414140a1017:/interface/wx/tipdlg.h?ds=sidebyside diff --git a/interface/wx/tipdlg.h b/interface/wx/tipdlg.h index f4c0e72f93..98454bc632 100644 --- a/interface/wx/tipdlg.h +++ b/interface/wx/tipdlg.h @@ -3,7 +3,7 @@ // Purpose: interface of wxTipProvider // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -34,8 +34,10 @@ public: */ wxTipProvider(size_t currentTip); + virtual ~wxTipProvider(); + /** - Returns the index of the current tip (i.e. the one which would be returned by GetTip()). + Returns the index of the current tip (i.e.\ the one which would be returned by GetTip()). The program usually remembers the value returned by this function after calling wxShowTip(). Note that it is not the same as the value which was passed to @@ -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 */ //@{ /**