From: Vadim Zeitlin Date: Sun, 4 Jun 2006 15:04:52 +0000 (+0000) Subject: fixed typo in HitTest() docs X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/83811067515a49ce16e9502c1cf217497a216b18?hp=852b6c3ce7baa055da25f5254f6ee2eee0cd79b7 fixed typo in HitTest() docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/listctrl.tex b/docs/latex/wx/listctrl.tex index 33777d9597..b9201706ef 100644 --- a/docs/latex/wx/listctrl.tex +++ b/docs/latex/wx/listctrl.tex @@ -573,7 +573,7 @@ list or report views (this is a limitation of the native Win32 control). \membersection{wxListCtrl::HitTest}\label{wxlistctrlhittest} -\func{long}{HitTest}{\param{const wxPoint\& }{point}, \param{int\& }{flags}, \param{long\* }{ptrSubItem}} +\func{long}{HitTest}{\param{const wxPoint\& }{point}, \param{int\& }{flags}, \param{long *}{ptrSubItem}} Determines which item (if any) is at the specified point, giving details in {\it flags}. Returns index of the item or {\tt wxNOT\_FOUND}