]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/core.py
Version number
[wxWidgets.git] / wxPython / src / gtk / core.py
index 20a8174624e670a00a05da0a3d535260add60717..4c89e589a6716f6013ccf2ed23ebe0f4382a3fd6 100644 (file)
@@ -5728,13 +5728,13 @@ Get the width, height, decent and leading of the text using the current or speci
         return _core.Window_GetToolTip(*args, **kwargs)
 
     def SetDropTarget(*args, **kwargs):
-        """SetDropTarget(wxDropTarget dropTarget)"""
+        """SetDropTarget(wxPyDropTarget dropTarget)"""
         val = _core.Window_SetDropTarget(*args, **kwargs)
         args[1].thisown = 0
         return val
 
     def GetDropTarget(*args, **kwargs):
-        """GetDropTarget() -> wxDropTarget"""
+        """GetDropTarget() -> wxPyDropTarget"""
         return _core.Window_GetDropTarget(*args, **kwargs)
 
     def SetConstraints(*args, **kwargs):