wxErlang

Reference Manual

Version 2.0

Table of Contents

wxIconizeEvent

Module

wxIconizeEvent

Module Summary

Functions for wxIconizeEvent class

Description

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

Events

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

Data Types

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

isIconized(This) -> boolean()

Types

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