X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..d3acd3697ad19e0edbff62db7f94bd025cf8883b:/src/stubs/listctrl.cpp diff --git a/src/stubs/listctrl.cpp b/src/stubs/listctrl.cpp index a659399c63..2c11981bf2 100644 --- a/src/stubs/listctrl.cpp +++ b/src/stubs/listctrl.cpp @@ -13,13 +13,12 @@ #pragma implementation "listctrl.h" #endif -#include "wx/listctrl.h" +#include "wx/stubs/textctrl.h" +#include "wx/stubs/listctrl.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxListCtrl, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxListItem, wxObject) -#endif wxListCtrl::wxListCtrl() { @@ -265,7 +264,7 @@ bool wxListCtrl::SetItemData(long item, long data) } // Gets the item rectangle -bool wxListCtrl::GetItemRect(long item, wxRectangle& rect, int code) const +bool wxListCtrl::GetItemRect(long item, wxRect& rect, int code) const { // TODO return FALSE; @@ -365,17 +364,14 @@ void wxListCtrl::SetImageList(wxImageList *imageList, int which) int flags = 0; if ( which == wxIMAGE_LIST_NORMAL ) { - flags = LVSIL_NORMAL; m_imageListNormal = imageList; } else if ( which == wxIMAGE_LIST_SMALL ) { - flags = LVSIL_SMALL; m_imageListSmall = imageList; } else if ( which == wxIMAGE_LIST_STATE ) { - flags = LVSIL_STATE; m_imageListState = imageList; } // TODO set image list