};
+MustHaveApp(wxImageList);
+
// wxImageList is used for wxListCtrl, wxTreeCtrl. These controls refer to
// images for their items by an index into an image list.
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)");
+
};
//---------------------------------------------------------------------------