// Author: Julian Smart
// Modified by:
// Created: 2005-09-30
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
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.
*/
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
*/
@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);