reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3190,6 +3190,10 @@ class PyLineShape(PyShape):
|
||||
"""GetLineControlPoints(self) -> PyObject"""
|
||||
return _ogl.PyLineShape_GetLineControlPoints(*args, **kwargs)
|
||||
|
||||
def SetLineControlPoints(*args, **kwargs):
|
||||
"""SetLineControlPoints(self, PyObject list)"""
|
||||
return _ogl.PyLineShape_SetLineControlPoints(*args, **kwargs)
|
||||
|
||||
def SetAttachmentFrom(*args, **kwargs):
|
||||
"""SetAttachmentFrom(self, int fromAttach)"""
|
||||
return _ogl.PyLineShape_SetAttachmentFrom(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user