reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-28 19:20:11 +00:00
parent 6c7afb7435
commit 629f3c1bea
4 changed files with 258 additions and 143 deletions

View File

@@ -5773,7 +5773,7 @@ class Window(EvtHandler):
"""
GetClientRect(self) -> Rect
Get the client area position and size as a wx.Rect object.
Get the client area position and size as a `wx.Rect` object.
"""
return _core_.Window_GetClientRect(*args, **kwargs)