]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_imaglist.i
Added some info panels that show size and colour attributes about the widget
[wxWidgets.git] / wxPython / src / _imaglist.i
index a5a37f08ff90cac37e12449f56e5f44bc36b2e3e..87962cdbab25bbb5116a865027525072785a95ab 100644 (file)
@@ -61,7 +61,11 @@ public:
     int GetImageCount();
     bool Remove(int index);
     bool RemoveAll();
-    void GetSize(int index, int& OUTPUT, int& OUTPUT);
+
+    DocDeclA(
+        void, GetSize(int index, int& OUTPUT, int& OUTPUT),
+        "GetSize() -> (width,height)");
+        
 };
 
 //---------------------------------------------------------------------------