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.
IconizeEvent.new(Integer id = 0, Boolean iconized = true)
Constructor.
Boolean iconized()
Returns true if the frame has been iconized, false if it has been
restored.
[This page automatically generated from the Textile source at Fri Oct 31 16:06:44 +0000 2008]