Documentation change for new wxRTC function

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2010-06-26 09:15:03 +00:00
parent f2485d4fb5
commit 826c4761df

View File

@@ -1179,6 +1179,13 @@ public:
*/ */
virtual void PaintBackground(wxDC& dc); 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. Pastes content from the clipboard to the buffer.
*/ */