From 4fce66a4831242ca49c3dcf15566cf470c2ccb4c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 18 Jan 2019 05:26:22 +0100 Subject: [PATCH] Don't document wxShowEvent as being for MSW and GTK only It is also generated by at least wxMac and wxQt. --- interface/wx/event.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/wx/event.h b/interface/wx/event.h index 105c95d4a3..7871e910d5 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -4445,8 +4445,6 @@ public: Notice that the event is not triggered when the application is iconized (minimized) or restored under wxMSW. - @onlyfor{wxmsw,wxgtk} - @beginEventTable{wxShowEvent} @event{EVT_SHOW(func)} Process a @c wxEVT_SHOW event.