X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1648d51bcb7633efde873b986b4a9e2af005f119..c50f92d08cc3633f8127931e7cf5d362ab8ac392:/docs/latex/wx/event.tex?ds=sidebyside diff --git a/docs/latex/wx/event.tex b/docs/latex/wx/event.tex index c48dd65ac5..355c16de70 100644 --- a/docs/latex/wx/event.tex +++ b/docs/latex/wx/event.tex @@ -185,9 +185,9 @@ Called by an event handler to tell the event system that the event handler should be skipped, and the next valid handler used instead. -\membersection{wxEvent::StopPropagation} +\membersection{wxEvent::StopPropagation}\label{wxeventstoppropagation} -\func{int}{StopPropagation}{\void}\label{wxeventstoppropagation} +\func{int}{StopPropagation}{\void} Stop the event from propagating to its parent window. @@ -195,4 +195,3 @@ Returns the old propagation level value which may be later passed to \helpref{ResumePropagation}{wxeventresumepropagation} to allow propagating the event again. -