From: Robin Dunn Date: Wed, 11 Oct 2006 23:48:21 +0000 (+0000) Subject: Size property conflicts with Size() method X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2dda386424185c3b72bc5f64f644f071b4a45221 Size property conflicts with Size() method git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_image.i b/wxPython/src/_image.i index 04650a8d31..43bec0c1c2 100644 --- a/wxPython/src/_image.i +++ b/wxPython/src/_image.i @@ -1046,8 +1046,8 @@ range -1.0..1.0 where -1.0 is -360 degrees and 1.0 is 360 degrees", ""); %property(MaskBlue, GetMaskBlue, doc="See `GetMaskBlue`"); %property(MaskGreen, GetMaskGreen, doc="See `GetMaskGreen`"); %property(MaskRed, GetMaskRed, doc="See `GetMaskRed`"); - %property(Size, GetSize, doc="See `GetSize`"); %property(Width, GetWidth, doc="See `GetWidth`"); + };