]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/controls.py
Removed deprecation warnings in OGL and Gizmos
[wxWidgets.git] / wxPython / src / mac / controls.py
index 4b766fec3af36e0cdf00941d4050f3c7cf5871b0..855f3e76cebaba0e63153104e3568af0b0464c6e 100644 (file)
@@ -533,6 +533,12 @@ class wxCheckListBoxPtr(wxListBoxPtr):
     def InsertItems(self, *_args, **_kwargs):
         val = apply(controlsc.wxCheckListBox_InsertItems,(self,) + _args, _kwargs)
         return val
+    def HitTest(self, *_args, **_kwargs):
+        val = apply(controlsc.wxCheckListBox_HitTest,(self,) + _args, _kwargs)
+        return val
+    def HitTestXY(self, *_args, **_kwargs):
+        val = apply(controlsc.wxCheckListBox_HitTestXY,(self,) + _args, _kwargs)
+        return val
     def __repr__(self):
         return "<C wxCheckListBox instance at %s>" % (self.this,)
 class wxCheckListBox(wxCheckListBoxPtr):