Don't document wxShowEvent as being for MSW and GTK only

It is also generated by at least wxMac and wxQt.
This commit is contained in:
Vadim Zeitlin
2019-01-18 05:26:22 +01:00
parent c575f595f5
commit 4fce66a483

View File

@@ -4445,8 +4445,6 @@ public:
Notice that the event is not triggered when the application is iconized Notice that the event is not triggered when the application is iconized
(minimized) or restored under wxMSW. (minimized) or restored under wxMSW.
@onlyfor{wxmsw,wxgtk}
@beginEventTable{wxShowEvent} @beginEventTable{wxShowEvent}
@event{EVT_SHOW(func)} @event{EVT_SHOW(func)}
Process a @c wxEVT_SHOW event. Process a @c wxEVT_SHOW event.