]> git.saurik.com Git - wxWidgets.git/commit
Change in wxWindow the access specifier of the wxEvtHandler event processing and...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 25 Jan 2009 11:58:39 +0000 (11:58 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 25 Jan 2009 11:58:39 +0000 (11:58 +0000)
commit004867dbc54950a43acc7d250fa4a966f046a679
tree9a9f73c304bfde75953cfc04e9c92a205e6ae0fc
parent838ab05edec888a92d7f8979499c1e19fde19f99
Change in wxWindow the access specifier of the wxEvtHandler event processing and queuing functions
from public to protected. Adapt wxWidgets code and wxWidgets samples to always use wxWindow::GetEventHandler()
when calling such functions on a wxWindow rather than directly using wxWindow::ProcessEvent, etc.
This enables correct event dispatching to the event handlers which have been pushed (with PushEventHandler) on the
windows.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 files changed:
include/wx/aui/tabmdi.h
include/wx/generic/mdig.h
include/wx/gtk/window.h
include/wx/propgrid/manager.h
include/wx/window.h
interface/wx/window.h
samples/except/except.cpp
samples/richtext/richtext.cpp
samples/stc/stctest.cpp
src/aui/auibar.cpp
src/aui/framemanager.cpp
src/common/choiccmn.cpp
src/common/combocmn.cpp
src/common/lboxcmn.cpp
src/html/helpwnd.cpp
src/unix/joystick.cpp
tests/events/propagation.cpp