]> git.saurik.com Git - wxWidgets.git/commitdiff
Size property conflicts with Size() method
authorRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 23:48:21 +0000 (23:48 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 23:48:21 +0000 (23:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_image.i

index 04650a8d31c2b73b4d1a2d80b2bf2f16f80f1a78..43bec0c1c2ea53eae98796a5e82816e6e7777a1a 100644 (file)
@@ -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`");
+    
 };