]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_imaglist.i
test wxString's char<->wchar_t ctors
[wxWidgets.git] / wxPython / src / _imaglist.i
index a5a37f08ff90cac37e12449f56e5f44bc36b2e3e..98625e782f3496a9997f76fce09f4bb8b79d60ca 100644 (file)
@@ -33,6 +33,8 @@ enum {
 };
 
 
+MustHaveApp(wxImageList);
+
 
 //  wxImageList is used for wxListCtrl, wxTreeCtrl. These controls refer to
 //  images for their items by an index into an image list.
@@ -61,7 +63,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)");
+        
 };
 
 //---------------------------------------------------------------------------