reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-03-16 23:24:27 +00:00
parent 3c31306c74
commit 75219dcb68
7 changed files with 333 additions and 66 deletions

View File

@@ -4674,7 +4674,7 @@ class RendererNative(object):
"""
DrawHeaderButton(self, Window win, DC dc, Rect rect, int flags=0)
Draw the header control button (such as whar is used by `wx.ListCtrl`
Draw the header control button (such as what is used by `wx.ListCtrl`
in report mode.)
"""
return _gdi_.RendererNative_DrawHeaderButton(*args, **kwargs)