From: Vadim Zeitlin Date: Thu, 8 Apr 2004 10:21:17 +0000 (+0000) Subject: corrected wxEVENT_PROPAGATE_XXX constants names X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/26b6f3d3d8c68ae136c1de0c4b78311ca2bde464 corrected wxEVENT_PROPAGATE_XXX constants names git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/event.tex b/docs/latex/wx/event.tex index 057e0fc6db..c3d2a79598 100644 --- a/docs/latex/wx/event.tex +++ b/docs/latex/wx/event.tex @@ -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