From 97722b262c50f7b317510c653b17f4b5a4f7e4b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 24 Sep 2004 10:05:26 +0000 Subject: [PATCH] documented return value of wxListCtrl::HitTest git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/listctrl.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.50.0