]> git.saurik.com Git - wxWidgets.git/commitdiff
docstring update
authorRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 23:46:47 +0000 (23:46 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 23:46:47 +0000 (23:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_dc.i

index 07c271c5813d056a9ba2a4042190c87f24e938e6..18a8690ab941c1b49c34be7bf656843c35f0dac4 100644 (file)
@@ -1314,8 +1314,8 @@ use it in your EVT_PAINT handler, you should look at
 `wx.BufferedPaintDC`.
 
 Please note that GTK+ 2.0 and OS X provide double buffering themselves
-natively so using this class on those platforms will normally result
-in an unneeded level of buffering.
+natively. wxBufferedDC is aware of this however, and will bypass the buffering
+unless an explicit buffer bitmap is given.
 ", "");
 
 class wxBufferedDC : public wxDC