import _windows
import _core
wx = _core
-__docfilter__ = wx.__docfilter__
+__docfilter__ = wx.__DocFilter(globals())
#---------------------------------------------------------------------------
class ShapeRegion(_core.Object):
"""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)