From: Julian Smart Date: Sat, 26 Jun 2010 09:15:03 +0000 (+0000) Subject: Documentation change for new wxRTC function X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/826c4761df510dc2dc5ff1af37096efe51b94b54 Documentation change for new wxRTC function git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/richtext/richtextctrl.h b/interface/wx/richtext/richtextctrl.h index 6af70ad546..0ceec9748b 100644 --- a/interface/wx/richtext/richtextctrl.h +++ b/interface/wx/richtext/richtextctrl.h @@ -1179,6 +1179,13 @@ public: */ virtual void PaintBackground(wxDC& dc); + /** + Other user defined painting after everything else (i.e. all text) is painted. + + @since 2.9.1 + */ + virtual void PaintAboveContent(wxDC& dc); + /** Pastes content from the clipboard to the buffer. */