]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_controls.py
compile fixes
[wxWidgets.git] / wxPython / src / mac / _controls.py
index e0baa75af65df93e3a839f41855abc5538fc1ae6..51b5b5f98dc642f2e009ea8375d25d6b5be086a8 100644 (file)
@@ -1491,11 +1491,19 @@ class CheckListBox(ListBox):
         return _controls_.CheckListBox_Check(*args, **kwargs)
 
     def HitTest(*args, **kwargs):
-        """HitTest(self, Point pt) -> int"""
+        """
+        HitTest(self, Point pt) -> int
+
+        Test where the given (in client coords) point lies
+        """
         return _controls_.CheckListBox_HitTest(*args, **kwargs)
 
     def HitTestXY(*args, **kwargs):
-        """HitTestXY(self, int x, int y) -> int"""
+        """
+        HitTestXY(self, int x, int y) -> int
+
+        Test where the given (in client coords) point lies
+        """
         return _controls_.CheckListBox_HitTestXY(*args, **kwargs)
 
 
@@ -2096,8 +2104,6 @@ class ScrollBar(_core.Control):
         """
         SetScrollbar(self, int position, int thumbSize, int range, int pageSize, 
             bool refresh=True)
-
-        Sets the scrollbar properties of a built-in scrollbar.
         """
         return _controls_.ScrollBar_SetScrollbar(*args, **kwargs)