]> git.saurik.com Git - wxWidgets.git/commitdiff
Documentation change for new wxRTC function
authorJulian Smart <julian@anthemion.co.uk>
Sat, 26 Jun 2010 09:15:03 +0000 (09:15 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 26 Jun 2010 09:15:03 +0000 (09:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/richtext/richtextctrl.h

index 6af70ad546e7eb0839957d064cf22bd8783348bc..0ceec9748b7e5b2bb5ce78cccc653cf93d5a5099 100644 (file)
@@ -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.
     */