]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/listctrl.h
Some code renaming to avoid confusion. Test editable column in sample.
[wxWidgets.git] / include / wx / palmos / listctrl.h
index 1ad47caae04e471608cd7398e300c70eb1d2ab68..c7e6f6d2e2e62caad4d69a49ecdb4b58439a8073 100644 (file)
@@ -20,7 +20,7 @@
 #include "wx/textctrl.h"
 
 
-class WXDLLEXPORT wxImageList;
+class WXDLLIMPEXP_FWD_CORE wxImageList;
 
 /*
     The wxListCtrl can show lists of items in four different modes:
@@ -166,7 +166,8 @@ public:
     long GetItemData(long item) const ;
 
     // Sets the item data
-    bool SetItemData(long item, long data) ;
+    bool SetItemPtrData(long item, wxUIntPtr data);
+    bool SetItemData(long item, long data) { return SetItemPtrData(item, data); }
 
     // Gets the item rectangle
     bool GetItemRect(long item, wxRect& rect, int code = wxLIST_RECT_BOUNDS) const ;