An event being sent when the frame is iconized (minimized) or restored.
Currently only MSW and GTK generate such events.
To handle iconize events, use this handler method to direct the event
object to a block that takes a IconizeEvent argument:
evt_iconize() { | event | … } | Process a EVT_ICONIZE event. |
Event handling overview, TopLevelWindow#iconize, TopLevelWindow#is_iconized
The opposite of an IconizeEvent is a MaximizeEvent.
Constructor.
Returns true
if the frame has been iconized, false
if it has been
restored.
[This page automatically generated from the Textile source at 2023-06-03 08:07:31 +0000]