]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_image.i
Add wxPyTabArt
[wxWidgets.git] / wxPython / src / _image.i
index 04650a8d31c2b73b4d1a2d80b2bf2f16f80f1a78..cf0fff08d54eff35eb27a2f5f5f3da4b45056b22 100644 (file)
@@ -232,6 +232,7 @@ public:
 };
 
 
+
 class wxImage : public wxObject {
 public:
     %typemap(out) wxImage*;    // turn off this typemap
@@ -1046,8 +1047,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`");
+    
 };