From: Václav Slavík Date: Fri, 24 Sep 2004 10:05:26 +0000 (+0000) Subject: documented return value of wxListCtrl::HitTest X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/97722b262c50f7b317510c653b17f4b5a4f7e4b9 documented return value of wxListCtrl::HitTest git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index b155fcc185..3fdd794e97 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -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