]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/msw/ogl.py
BLOB fix - if the type for the BLOB column is SQL_C_CHAR, CbValue is now set to SQL_N...
[wxWidgets.git] / wxPython / contrib / ogl / msw / ogl.py
index 2360c8308c532f57e295ffef57e1a0dda65a0f3e..78dd91288bceb2de04e810149f8bce9d293b6ddb 100644 (file)
@@ -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)