From: Vadim Zeitlin Date: Sun, 16 Apr 2006 01:24:32 +0000 (+0000) Subject: HitTest() seems to be implemented on most platforms now (replaces patch 1467212) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e4861c72be058dd9d7e12cb77127d0be523414c8 HitTest() seems to be implemented on most platforms now (replaces patch 1467212) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/notebook.tex b/docs/latex/wx/notebook.tex index ed7a112c1f..ea9dedcc48 100644 --- a/docs/latex/wx/notebook.tex +++ b/docs/latex/wx/notebook.tex @@ -276,8 +276,6 @@ Returns the index of the tab at the specified position or {\tt wxNOT\_FOUND} if none. If {\it flags} parameter is non {\tt NULL}, the position of the point inside the tab is returned as well. -{\bf NB: } This method is currently only implemented under wxMSW and wxUniv. - \wxheading{Parameters} \docparam{pt}{Specifies the point for the hit test.}