]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/process.h
cache results of Motif 2 and Motif-is-Lesstif tests
[wxWidgets.git] / include / wx / process.h
index 6b54ca0a675069ebe9e1c3fc096b8a9b14824607..b372d7235fd1300a9a9df1057b30fccad53f4f51 100644 (file)
@@ -167,10 +167,10 @@ public:
 
 typedef void (wxEvtHandler::*wxProcessEventFunction)(wxProcessEvent&);
 
+#define wxProcessEventHandler(func) \
+    (wxObjectEventFunction)(wxEventFunction)wxStaticCastEvent(wxProcessEventFunction, &func)
+
 #define EVT_END_PROCESS(id, func) \
-   DECLARE_EVENT_TABLE_ENTRY( \
-           wxEVT_END_PROCESS, id, wxID_ANY, \
-           (wxObjectEventFunction) (wxEventFunction)  wxStaticCastEvent( wxProcessEventFunction, & func ), NULL),
+   wx__DECLARE_EVT1(wxEVT_END_PROCESS, id, wxProcessEventHandler(func))
 
-#endif
-    // _WX_PROCESSH__
+#endif // _WX_PROCESSH__