docstring update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-11 23:46:47 +00:00
parent 8c0c419677
commit 8de3594cdd

View 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