fix wxWindow::PushEventHandler and related wxWindow functions for the stack managemen...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 22 Jan 2009 11:53:09 +0000 (11:53 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Thu, 22 Jan 2009 11:53:09 +0000 (11:53 +0000)
commit7f853dd0467e95ef3006d5c45f26917d584a3396
tree747aa6c8d7aa76cf7fde509648939131d183658d
parent47009083ce5da26c6125fae8947e0615b202a81b
fix wxWindow::PushEventHandler and related wxWindow functions for the stack management; currently they don't work well when passing event handlers which are part of an event handler chain (see wx-dev thread 'wxWindow event handler stack'); implement wxEvtHandler Unlink() and IsUnlinked() functions and document them; revise docs of all involved functions of both wxEvtHandler and wxWindow, adding images for better explanations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
docs/doxygen/images/evthandler_unlink_after.dia [new file with mode: 0644]
docs/doxygen/images/evthandler_unlink_after.png [new file with mode: 0644]
docs/doxygen/images/evthandler_unlink_before.dia [new file with mode: 0644]
docs/doxygen/images/evthandler_unlink_before.png [new file with mode: 0644]
docs/doxygen/images/overview_eventhandling_chain.dia [new file with mode: 0644]
docs/doxygen/images/overview_eventhandling_chain.png [new file with mode: 0644]
docs/doxygen/images/overview_eventhandling_winstack.dia [new file with mode: 0644]
docs/doxygen/images/overview_eventhandling_winstack.png [new file with mode: 0644]
docs/doxygen/overviews/eventhandling.h
docs/doxygen/wxwidgets.css
include/wx/event.h
include/wx/window.h
interface/wx/event.h
interface/wx/window.h
src/common/event.cpp
src/common/wincmn.cpp