docstrings and other minor tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4414,11 +4414,15 @@ class BufferedDC(MemoryDC):
|
||||
`wx.Bitmap`) and then copied to the screen only once, when this object
|
||||
is destroyed.
|
||||
|
||||
It can be used in the same way as any other device
|
||||
context. wx.BufferedDC itself typically replaces `wx.ClientDC`, if you
|
||||
want to use it in your EVT_PAINT handler, you should look at
|
||||
It can be used in the same way as any other device context.
|
||||
wx.BufferedDC itself typically replaces `wx.ClientDC`, if you want to
|
||||
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.
|
||||
|
||||
"""
|
||||
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
|
||||
__repr__ = _swig_repr
|
||||
|
Reference in New Issue
Block a user