From 826c4761df510dc2dc5ff1af37096efe51b94b54 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 26 Jun 2010 09:15:03 +0000 Subject: [PATCH] Documentation change for new wxRTC function git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/richtext/richtextctrl.h | 7 +++++++ 1 file changed, 7 insertions(+) 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. */ -- 2.45.2