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
This commit is contained in:
Vadim Zeitlin
2009-09-03 00:24:14 +00:00
parent 3c626e2075
commit 9bd1920403

View 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 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 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 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>
<li value="4"> <li value="4">