Don't document wxEVT_ICONIZE as being for wxMSW and wxGTK only

It's generated by wxOSX too.

Closes #17840.
This commit is contained in:
Vadim Zeitlin 2018-01-20 13:10:10 +01:00
parent 4839932227
commit 0cd2e4b6cb

View File

@ -4477,8 +4477,6 @@ public:
An event being sent when the frame is iconized (minimized) or restored.
@onlyfor{wxmsw,wxgtk}
@beginEventTable{wxIconizeEvent}
@event{EVT_ICONIZE(func)}
Process a @c wxEVT_ICONIZE event.