Add wxEventFilter and related functionality.
Allow defining event filters to globally pre-process all application events without having to override wxApp::FilterEvent(). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -457,6 +457,7 @@ All:
|
||||
|
||||
- Fix parsing of negated long options in wxCmdLineParser (roed_bis).
|
||||
- Fix crash in wxArray::insert() overload taking iterator range (wsu).
|
||||
- Added wxEventFilter class and wxEvtHandler::{Add,Remove}Filter().
|
||||
|
||||
All (GUI):
|
||||
|
||||
|
Reference in New Issue
Block a user