]> git.saurik.com Git - wxWidgets.git/commit
Changed how the dynamic event tables (used for all Python wx classes,
authorRobin Dunn <robin@alldunn.com>
Tue, 25 Feb 2003 21:22:44 +0000 (21:22 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 25 Feb 2003 21:22:44 +0000 (21:22 +0000)
commit923092017673fc1ff2408ec3f8f20d7b2f35cf0f
treed6004d5a447efee2cfd352cdbf175ee3964159d6
parenta9d3434a3bc2411f1239b9c9b373afc6b88cefc1
Changed how the dynamic event tables (used for all Python wx classes,
C++ wx classes typically use static event tables) are searched such
that they behave from a Python perspective more like the static tables
in C++.  Namely that if there are identical event bindings in a base
Python class and a derived Python class that the one in the derived
class will be found first and that if Skip is called that the one in
the base class will still be found instead of skipping directly to the
static stable in the C++ class.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/event.cpp