Implement sending wxIconizeEvent in wxOSX.

Translate windowDid{Miniaturize,Deminiaturize} callbacks to calls to
SendIconizeEvent().

See #16718.
This commit is contained in:
Rob Krakora
2015-07-18 01:15:29 +02:00
committed by Vadim Zeitlin
parent 563329f89f
commit 31e1387541
6 changed files with 47 additions and 3 deletions

View File

@@ -4263,8 +4263,6 @@ public:
An event being sent when the frame is iconized (minimized) or restored.
Currently only wxMSW and wxGTK generate such events.
@onlyfor{wxmsw,wxgtk}
@beginEventTable{wxIconizeEvent}