// ----------------------------------------------------------------------------
// include the wxListCtrl class declaration
// ----------------------------------------------------------------------------
-#include "wx/generic/listctrl.h"
+
+#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)
+ #include "wx/generic/listctrl.h"
+#endif
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/listctrl.h"
{ return GetNextSelected(-1); }
// return true if the item is selected
- bool IsSelected(long index)
+ bool IsSelected(long index) const
{ return GetItemState(index, wxLIST_STATE_SELECTED) != 0; }
// columns