From: Włodzimierz Skiba Date: Tue, 9 Nov 2004 19:09:13 +0000 (+0000) Subject: Doc fix [Patch #1048940]. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4cee05ac00f7915efb4de0d4a53e5797a33f03cb?ds=inline Doc fix [Patch #1048940]. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/evthand.tex b/docs/latex/wx/evthand.tex index 88c52e5e96..6586d3a641 100644 --- a/docs/latex/wx/evthand.tex +++ b/docs/latex/wx/evthand.tex @@ -262,7 +262,7 @@ recursively applied to the parent window's event handler. If this returns true, \membersection{wxEvtHandler::SearchEventTable}\label{wxevthandlersearcheventtable} -\func{bool}{SearchEventTable}{\param{wxEventTable\& }{table}, \param{wxEvent\& }{event}} +\func{virtual bool}{SearchEventTable}{\param{wxEventTable\& }{table}, \param{wxEvent\& }{event}} Searches the event table, executing an event handler function if an appropriate one is found.