docstring update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1314,8 +1314,8 @@ use it in your EVT_PAINT handler, you should look at
|
|||||||
`wx.BufferedPaintDC`.
|
`wx.BufferedPaintDC`.
|
||||||
|
|
||||||
Please note that GTK+ 2.0 and OS X provide double buffering themselves
|
Please note that GTK+ 2.0 and OS X provide double buffering themselves
|
||||||
natively so using this class on those platforms will normally result
|
natively. wxBufferedDC is aware of this however, and will bypass the buffering
|
||||||
in an unneeded level of buffering.
|
unless an explicit buffer bitmap is given.
|
||||||
", "");
|
", "");
|
||||||
|
|
||||||
class wxBufferedDC : public wxDC
|
class wxBufferedDC : public wxDC
|
||||||
|
Reference in New Issue
Block a user