]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/controls2.py
Corrections and additions to the wxODBC docs
[wxWidgets.git] / wxPython / src / gtk / controls2.py
index bf8d4e24bb781364ebef662db015c1e55578fbb3..d7d9409983845de000175af2ea0a0fff373c9202 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
@@ -401,8 +401,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)