wxIconizeEvent (wx v2.5)

View Source

An event being sent when the frame is iconized (minimized) or restored.

See:

This class is derived, and can use functions, from:

wxWidgets docs: wxIconizeEvent

Events

Use wxEvtHandler:connect/3 with wxIconizeEventType to subscribe to events of this type.

Summary

Functions

Returns true if the frame has been iconized, false if it has been restored.

Types

wxIconize()

-type wxIconize() :: #wxIconize{type :: wxIconizeEvent:wxIconizeEventType(), iconized :: boolean()}.

wxIconizeEvent()

-type wxIconizeEvent() :: wx:wx_object().

wxIconizeEventType()

-type wxIconizeEventType() :: iconize.

Functions

isIconized(This)

-spec isIconized(This) -> boolean() when This :: wxIconizeEvent().

Returns true if the frame has been iconized, false if it has been restored.