.\" This is a wxWidgets manpage page generated from the XML docs .TH wxIconizeEvent 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxIconizeEvent \- An iconize/restore event .SH DESCRIPTION An event being sent when the frame is iconized (minimized) or restored. Currently only wxMSW and wxGTK generate such events. .SH "PARENTS" wxEvent wxObject .SH "INCLUDE FILES" wx/event.h .SH MEMBERS .SS wxIconizeEvent (int id = 0bool iconized = true) Constructor. .SS bool Iconized () Returns true if the frame has been iconized, false if it has been restored. .SH EVENTS .SS EVT_ICONIZE(func) Process a wxEVT_ICONIZE event. .SH "SEE ALSO" wxEvent wxObject Event handling overview , wxTopLevelWindow::Iconize , wxTopLevelWindow::IsIconized .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.