]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/controls.py
Font updates
[wxWidgets.git] / wxPython / src / msw / controls.py
index 18e436a7cf8ed8a89b51a9b9fcc3e917fd1f0b57..4e06f1712125a03b3706869abe0e75933934b6b1 100644 (file)
@@ -542,6 +542,12 @@ class wxCheckListBoxPtr(wxListBoxPtr):
     def GetItemHeight(self, *_args, **_kwargs):
         val = apply(controlsc.wxCheckListBox_GetItemHeight,(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):