]> git.saurik.com Git - wxWidgets.git/commitdiff
Clarify the priority rules for static and dynamic handlers.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Sep 2009 00:24:14 +0000 (00:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Sep 2009 00:24:14 +0000 (00:24 +0000)
See #11156.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/overviews/eventhandling.h

index be1365eed349147bb4436cc1e3a2c7aa18217492..e671bb84d080b2457a63cfd739245deaff769d06 100644 (file)
@@ -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.
     </li>
 
     <li value="4">