From 869aa92d4d9cc15b3c5ba411fda75d1492abd973 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 17 Nov 2009 14:47:44 +0000 Subject: [PATCH] Explicitly document event types for EVT_CLOSE(). Closes #11445. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/event.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/wx/event.h b/interface/wx/event.h index 3365304b3f..5afe41d6ec 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -3409,13 +3409,13 @@ public: @beginEventTable{wxCloseEvent} @event{EVT_CLOSE(func)} - Process a close event, supplying the member function. + Process a @c wxEVT_CLOSE_WINDOW command event, supplying the member function. This event applies to wxFrame and wxDialog classes. @event{EVT_QUERY_END_SESSION(func)} - Process a query end session event, supplying the member function. + Process a @c wxEVT_QUERY_END_SESSION session event, supplying the member function. This event can be handled in wxApp-derived class only. @event{EVT_END_SESSION(func)} - Process an end session event, supplying the member function. + Process a @c wxEVT_END_SESSION session event, supplying the member function. This event can be handled in wxApp-derived class only. @endEventTable -- 2.45.2