]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/event.tex
corrected the example of wxMessageBox() usage
[wxWidgets.git] / docs / latex / wx / event.tex
index c48dd65ac582cdcea4124a17af7c317be994b3a8..355c16de70127aee8549155e56331c7830604ebd 100644 (file)
@@ -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.
 
-