]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/listctrl.h
Add documentation for virtual file system support in wxWebView.
[wxWidgets.git] / interface / wx / listctrl.h
index 5b50f9853793277d3e1680bbec527f46ae6e7222..90af91932b49a7795c8e1e025efb2d2777d3a83c 100644 (file)
@@ -575,7 +575,7 @@ public:
         coordinates, of the given subitem, i.e. the part of the row @a item in the
         column @a subItem.
 
-        This method is only meaningfull when the wxListCtrl is in the report mode.
+        This method is only meaningful when the wxListCtrl is in the report mode.
         If @a subItem parameter is equal to the special value
         @c wxLIST_GETSUBITEMRECT_WHOLEITEM the return value is the same as
         for GetItemRect().
@@ -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