From 8de3594cdd735fc5d58a657a4d0c9005fd54c5de Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 11 Oct 2006 23:46:47 +0000 Subject: [PATCH] docstring update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_dc.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/src/_dc.i b/wxPython/src/_dc.i index 07c271c581..18a8690ab9 100644 --- a/wxPython/src/_dc.i +++ b/wxPython/src/_dc.i @@ -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 -- 2.45.2