]> git.saurik.com Git - wxWidgets.git/commitdiff
documented return value of wxListCtrl::HitTest
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 24 Sep 2004 10:05:26 +0000 (10:05 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 24 Sep 2004 10:05:26 +0000 (10:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/listctrl.tex

index b155fcc18533f57e6a9b13c3efa89635a509d905..3fdd794e97b268eefe0898f423b427bb0c4c4030 100644 (file)
@@ -539,7 +539,9 @@ list or report views (this is a limitation of the native Win32 control).
 \func{long}{HitTest}{\param{const wxPoint\& }{point}, \param{int\& }{flags}}
 
 Determines which item (if any) is at the specified point,
-giving details in {\it flags}. {\it flags} will be a combination of the following flags:
+giving details in {\it flags}. Returns index of the item or {\tt wxNOT\_FOUND}
+if no item is at the specified point.
+{\it flags} will be a combination of the following flags:
 
 \twocolwidtha{5cm}
 \begin{twocollist}\itemsep=0pt