]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/private/listctrl.h
don't draw borders for bitmap buttons with wxBORDER_NONE style
[wxWidgets.git] / include / wx / generic / private / listctrl.h
index 243b7ee36d5be4a13dfa74996acec880fd30db6e..35125d78d184938fdae61a26bc6256c2acc39028 100644 (file)
@@ -17,6 +17,8 @@
 
 #include "wx/listctrl.h"
 #include "wx/selstore.h"
 
 #include "wx/listctrl.h"
 #include "wx/selstore.h"
+#include "wx/timer.h"
+#include "wx/settings.h"
 
 // ============================================================================
 // private classes
 
 // ============================================================================
 // private classes
@@ -608,7 +610,7 @@ public:
     void InsertItem( wxListItem &item );
     void InsertColumn( long col, wxListItem &item );
     int GetItemWidthWithImage(wxListItem * item);
     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; }
 
     size_t GetItemCount() const;
     bool IsEmpty() const { return GetItemCount() == 0; }