X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6af7d1bdb70d0e284ec442d1235f57db0edb6687..cd46ad2be42e28d2f85c4ebdfcd107a5a5e6abb9:/wxPython/src/_imaglist.i diff --git a/wxPython/src/_imaglist.i b/wxPython/src/_imaglist.i index a47dd81a3d..d048849da2 100644 --- a/wxPython/src/_imaglist.i +++ b/wxPython/src/_imaglist.i @@ -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`"); }; //---------------------------------------------------------------------------