]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/listctrl.h
Add wxTextEntry::AutoCompleteDirectories().
[wxWidgets.git] / interface / wx / listctrl.h
index 11a852a3d947170ffa7a76c83551255902247654..90af91932b49a7795c8e1e025efb2d2777d3a83c 100644 (file)
@@ -953,7 +953,7 @@ public:
         using the specified @a fnSortCallBack function. This function must have the
         following prototype:
         @code
-        int wxCALLBACK wxListCompareFunction(long item1, long item2, wxIntPtr sortData)
+        int wxCALLBACK wxListCompareFunction(wxIntPtr item1, wxIntPtr item2, wxIntPtr sortData)
         @endcode
 
         It is called each time when the two items must be compared and should return 0