reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-12 08:37:14 +00:00
parent 6a64d5510c
commit f8eb59b90f
15 changed files with 299 additions and 36 deletions

View File

@@ -4456,8 +4456,8 @@ class BufferedDC(DC):
`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.
"""
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
@@ -5008,9 +5008,9 @@ class GraphicsContext(object):
"""StrokeLines(self, List points)"""
return _gdi_.GraphicsContext_StrokeLines(*args, **kwargs)
def StrokeDisconnectedLines(*args, **kwargs):
"""StrokeDisconnectedLines(self, PyObject beginPoints, PyObject endPoints)"""
return _gdi_.GraphicsContext_StrokeDisconnectedLines(*args, **kwargs)
def StrokeLineSegements(*args, **kwargs):
"""StrokeLineSegements(self, PyObject beginPoints, PyObject endPoints)"""
return _gdi_.GraphicsContext_StrokeLineSegements(*args, **kwargs)
def DrawLines(*args, **kwargs):
"""DrawLines(self, size_t points, int fillStyle=WINDING_RULE)"""