From 9bd19204037f447e640a7b06829b26216dc7b5e4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 3 Sep 2009 00:24:14 +0000 Subject: [PATCH] Clarify the priority rules for static and dynamic handlers. See #11156. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/overviews/eventhandling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/eventhandling.h b/docs/doxygen/overviews/eventhandling.h index be1365eed3..e671bb84d0 100644 --- a/docs/doxygen/overviews/eventhandling.h +++ b/docs/doxygen/overviews/eventhandling.h @@ -458,7 +458,7 @@ doesn't count as having handled the event and the search continues): Bind<>() was called, is consulted. Notice that this is done before checking the static event table entries, so if both a dynamic and a static event handler match the same event, the static one is never going to be - used. + used unless wxEvent::Skip() is called in the dynamic one.
  • -- 2.45.2