DOKK / manpages / debian 12 / erlang-manpages / wxIconizeEvent.3erl.en
wxIconizeEvent(3erl) Erlang Module Definition wxIconizeEvent(3erl)

wxIconizeEvent - Functions for wxIconizeEvent class

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

See: Overview events, wxTopLevelWindow:iconize/2, wxTopLevelWindow:isIconized/1

This class is derived (and can use functions) from: wxEvent

wxWidgets docs: wxIconizeEvent

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

wxIconizeEvent() = wx:wx_object()

wxIconize() = 

#wxIconize{type = wxIconizeEvent:wxIconizeEventType(),
iconized = boolean()}
wxIconizeEventType() = iconize


isIconized(This) -> boolean()


Types:

This = wxIconizeEvent()

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

wx 2.2.1 wxWidgets team.