X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd9f7fea29e3f8bb61861f52984b7943512346ac..015fd9ef4833ec3d8b0043a1c7e448c8be4f734a:/wxPython/src/_imaglist.i?ds=inline diff --git a/wxPython/src/_imaglist.i b/wxPython/src/_imaglist.i index a5a37f08ff..98625e782f 100644 --- a/wxPython/src/_imaglist.i +++ b/wxPython/src/_imaglist.i @@ -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)"); + }; //---------------------------------------------------------------------------