]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_controls.py
fix for future bakefile versions
[wxWidgets.git] / wxPython / src / msw / _controls.py
index 09182f4955b6a582af8e1696aeb011eec7cff31f..3f4894b8500acd394a91a4ae29a785f281bf8296 100644 (file)
@@ -1504,19 +1504,11 @@ class CheckListBox(ListBox):
         return _controls_.CheckListBox_GetItemHeight(*args, **kwargs)
 
     def HitTest(*args, **kwargs):
-        """
-        HitTest(self, Point pt) -> int
-
-        Test where the given (in client coords) point lies
-        """
+        """HitTest(self, Point pt) -> int"""
         return _controls_.CheckListBox_HitTest(*args, **kwargs)
 
     def HitTestXY(*args, **kwargs):
-        """
-        HitTestXY(self, int x, int y) -> int
-
-        Test where the given (in client coords) point lies
-        """
+        """HitTestXY(self, int x, int y) -> int"""
         return _controls_.CheckListBox_HitTestXY(*args, **kwargs)
 
 
@@ -3073,7 +3065,12 @@ class BookCtrlBaseEvent(_core.NotifyEvent):
         self.thisown = 1
         del newobj.thisown
     def GetSelection(*args, **kwargs):
-        """GetSelection(self) -> int"""
+        """
+        GetSelection(self) -> int
+
+        Returns item index for a listbox or choice selection event (not valid
+        for a deselection).
+        """
         return _controls_.BookCtrlBaseEvent_GetSelection(*args, **kwargs)
 
     def SetSelection(*args, **kwargs):