documented return value of wxListCtrl::HitTest
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bfa7fb5268
commit
97722b262c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user