X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1bd5559898b8bb4e650b26e815240d90592854c2..d4445d24d33828580f8bf2a1215ef906f70adb51:/wxPython/src/mac/_gdi.py diff --git a/wxPython/src/mac/_gdi.py b/wxPython/src/mac/_gdi.py index 22016b71dd..65e8b143fc 100644 --- a/wxPython/src/mac/_gdi.py +++ b/wxPython/src/mac/_gdi.py @@ -4701,7 +4701,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)