#include "wx/listctrl.h"
#include "wx/selstore.h"
+#include "wx/timer.h"
+#include "wx/settings.h"
// ============================================================================
// private classes
void InsertItem( wxListItem &item );
void InsertColumn( long col, wxListItem &item );
int GetItemWidthWithImage(wxListItem * item);
- void SortItems( wxListCtrlCompare fn, long data );
+ void SortItems( wxListCtrlCompare fn, wxIntPtr data );
size_t GetItemCount() const;
bool IsEmpty() const { return GetItemCount() == 0; }