]> 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 a47dd81a3d2328c141432607e9ed54230ba68d1c..d048849da2abbf3e8332294c300fcece15dcd18d 100644 (file)
@@ -64,8 +64,10 @@ public:
 
     DocDeclA(
         void, GetSize(int index, int& OUTPUT, int& OUTPUT),
-        "GetSize() -> (width,height)");
+        "GetSize(index) -> (width,height)");
         
+    %property(ImageCount, GetImageCount, doc="See `GetImageCount`");
+    %property(Size, GetSize, doc="See `GetSize`");
 };
 
 //---------------------------------------------------------------------------