Misc. corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-15 16:17:40 +00:00
parent e7bbd8743c
commit 684761db46
18 changed files with 39 additions and 41 deletions

View 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.