corrected wxEVENT_PROPAGATE_XXX constants names

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-04-08 10:21:17 +00:00
parent 761b244f84
commit 26b6f3d3d8

View File

@@ -54,9 +54,9 @@ may be temporarily changed by \helpref{StopPropagation}{wxeventstoppropagation}
and \helpref{ResumePropagation}{wxeventresumepropagation} and tested with
\helpref{ShouldPropagate}{wxeventshouldpropagate}.
The initial value is set to either {\tt wxEVENT\_PROPAGATION\_NONE} (by
The initial value is set to either {\tt wxEVENT\_PROPAGATE\_NONE} (by
default) meaning that the event shouldn't be propagated at all or to
{\tt wxEVENT\_PROPAGATION\_MAX} (for command events) meaning that it should be
{\tt wxEVENT\_PROPAGATE\_MAX} (for command events) meaning that it should be
propagated as much as necessary.
Any positive number means that the event should be propagated but no more than