]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/controls2.py
Corrections and additions to the wxODBC docs
[wxWidgets.git] / wxPython / src / msw / controls2.py
index cc494e055bfd7ebfb4258ff146a301b87dc4181c..6acc423c61df775b47ef611a066304b913882fb9 100644 (file)
@@ -219,7 +219,7 @@ class wxListItem(wxListItemPtr):
 
 
 
-class wxListEventPtr(wxCommandEventPtr):
+class wxListEventPtr(wxNotifyEventPtr):
     def __init__(self,this):
         self.this = this
         self.thisown = 0
@@ -416,8 +416,8 @@ class wxListCtrlPtr(wxControlPtr):
     def HitTest(self, *_args, **_kwargs):
         val = apply(controls2c.wxListCtrl_HitTest,(self,) + _args, _kwargs)
         return val
-    def InsertColumnWith(self, *_args, **_kwargs):
-        val = apply(controls2c.wxListCtrl_InsertColumnWith,(self,) + _args, _kwargs)
+    def InsertColumnInfo(self, *_args, **_kwargs):
+        val = apply(controls2c.wxListCtrl_InsertColumnInfo,(self,) + _args, _kwargs)
         return val
     def InsertColumn(self, *_args, **_kwargs):
         val = apply(controls2c.wxListCtrl_InsertColumn,(self,) + _args, _kwargs)