]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/richtext/richtextctrl.h
Fix assorted typos in comments and other non-code.
[wxWidgets.git] / interface / wx / richtext / richtextctrl.h
index 8fef5ca9902ec83d3dde71131435e08618ef20df..5ade831af65bb7b09361f1232d0fbee01cf93d43 100644 (file)
@@ -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);