wxWidgets/include/wx/aui
Francesco Montorsi 004867dbc5 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
2009-01-25 11:58:39 +00:00
..
aui.h
auibar.h add more flexible and safer template Connect() overloads (#10000) 2009-01-12 14:26:13 +00:00
auibook.h add more flexible and safer template Connect() overloads (#10000) 2009-01-12 14:26:13 +00:00
dockart.h
floatpane.h
framemanager.h add more flexible and safer template Connect() overloads (#10000) 2009-01-12 14:26:13 +00:00
tabmdi.h Change in wxWindow the access specifier of the wxEvtHandler event processing and queuing functions 2009-01-25 11:58:39 +00:00