]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_imaglist.i
use the right number in the tarball filename
[wxWidgets.git] / wxPython / src / _imaglist.i
index fafc8ae3e2e7a6432d6d33bb1c0b9d712cb37af6..d048849da2abbf3e8332294c300fcece15dcd18d 100644 (file)
@@ -66,6 +66,8 @@ public:
         void, GetSize(int index, int& OUTPUT, int& OUTPUT),
         "GetSize(index) -> (width,height)");
         
+    %property(ImageCount, GetImageCount, doc="See `GetImageCount`");
+    %property(Size, GetSize, doc="See `GetSize`");
 };
 
 //---------------------------------------------------------------------------