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
This commit is contained in:
Vadim Zeitlin
2009-11-17 14:47:44 +00:00
parent cfbf62b811
commit 869aa92d4d

View File

@@ -3409,13 +3409,13 @@ public:
@beginEventTable{wxCloseEvent} @beginEventTable{wxCloseEvent}
@event{EVT_CLOSE(func)} @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. This event applies to wxFrame and wxDialog classes.
@event{EVT_QUERY_END_SESSION(func)} @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. This event can be handled in wxApp-derived class only.
@event{EVT_END_SESSION(func)} @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. This event can be handled in wxApp-derived class only.
@endEventTable @endEventTable