Add EVT_FSWATCHER event table macro.
It was documented, and ought to have existed anyhow for consistency with wxEVT_FSWATCHER, but wasn't defined. Do it now. Closes #13804. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -184,6 +184,8 @@ typedef void (wxEvtHandler::*wxFileSystemWatcherEventFunction)
|
||||
#define wxFileSystemWatcherEventHandler(func) \
|
||||
wxEVENT_HANDLER_CAST(wxFileSystemWatcherEventFunction, func)
|
||||
|
||||
#define EVT_FSWATCHER(winid, func) \
|
||||
wx__DECLARE_EVT1(wxEVT_FSWATCHER, winid, wxFileSystemWatcherEventHandler(func))
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// wxFileSystemWatcherBase: interface for wxFileSystemWatcher
|
||||
|
Reference in New Issue
Block a user