Add EVT_WINDOW_MODAL_DIALOG_CLOSED() event table macro.
Add it for consistency with wxEVT_WINDOW_MODAL_DIALOG_CLOSED. See #13804. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -394,5 +394,8 @@ typedef void (wxEvtHandler::*wxWindowModalDialogEventFunction)(wxWindowModalDial
 | 
				
			|||||||
#define wxWindowModalDialogEventHandler(func) \
 | 
					#define wxWindowModalDialogEventHandler(func) \
 | 
				
			||||||
    wxEVENT_HANDLER_CAST(wxWindowModalDialogEventFunction, func)
 | 
					    wxEVENT_HANDLER_CAST(wxWindowModalDialogEventFunction, func)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define EVT_WINDOW_MODAL_DIALOG_CLOSED(winid, func) \
 | 
				
			||||||
 | 
					    wx__DECLARE_EVT1(wxEVT_WINDOW_MODAL_DIALOG_CLOSED, winid, wxWindowModalDialogEventHandler(func))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
    // _WX_DIALOG_H_BASE_
 | 
					    // _WX_DIALOG_H_BASE_
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user