// include the wxListCtrl class declaration
// ----------------------------------------------------------------------------
-#if !defined(__WXMSW__) || defined(__WXUNIVERSAL__)
- #include "wx/generic/listctrl.h"
-#endif
-
#if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/listctrl.h"
#elif defined(__WXMAC__)
#include "wx/mac/carbon/listctrl.h"
+#else
+ #include "wx/generic/listctrl.h"
#endif
// ----------------------------------------------------------------------------
{ 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