git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58149
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// these functions can be used to hook into wxApp event processing and are
// currently used by the events propagation test
// these functions can be used to hook into wxApp event processing and are
// currently used by the events propagation test
+class WXDLLIMPEXP_FWD_BASE wxEvent;
+
typedef int (*FilterEventFunc)(wxEvent&);
typedef bool (*ProcessEventFunc)(wxEvent&);
typedef int (*FilterEventFunc)(wxEvent&);
typedef bool (*ProcessEventFunc)(wxEvent&);