X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12346143b17b8682623f97a5cf14e44c0f8b8c73..b0ad146aba58fae678c885a9bc5e30d79bffb494:/interface/wx/richtext/richtextctrl.h diff --git a/interface/wx/richtext/richtextctrl.h b/interface/wx/richtext/richtextctrl.h index 8fef5ca990..5ade831af6 100644 --- a/interface/wx/richtext/richtextctrl.h +++ b/interface/wx/richtext/richtextctrl.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 2005-09-30 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -495,6 +494,8 @@ public: /** Sets the wxRichTextObject object that currently has the editing focus. + @param obj + The wxRichTextObject to set focus on. @param setCaretPosition Optionally set the caret position. */ @@ -1890,7 +1891,7 @@ public: virtual void PaintBackground(wxDC& dc); /** - Other user defined painting after everything else (i.e. all text) is painted. + Other user defined painting after everything else (i.e.\ all text) is painted. @since 2.9.1 */ @@ -2291,7 +2292,7 @@ public: @param commandType The type of the event. - @param id + @param winid Window identifier. The value @c wxID_ANY indicates a default value. */ wxRichTextEvent(wxEventType commandType = wxEVT_NULL, int winid = 0);