]> git.saurik.com Git - wxWidgets.git/commit
Show the order in which different event handlers are called.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Sep 2009 23:00:21 +0000 (23:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Sep 2009 23:00:21 +0000 (23:00 +0000)
commit7c9cc312e76950fcddb0174ae48b60c347eee8b4
tree0e12361fc6523c3677a9078a4b3c214dc643f70d
parent758f356c53a3f473f642361ec09422405046148d
Show the order in which different event handlers are called.

Update the event sample to define (as) many (as possible) event handlers for a
test button and log messages in all of the handlers to leave a trace of the
order in which they were executed.

Add a pointer to this feature of the event sample to the events overview.

Closes #11156.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/doxygen/overviews/eventhandling.h
samples/event/event.cpp