logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wxIconizeEvent - Functions for wxIconizeEvent class

Data Types

wxIconizeEvent() = wx:wx_object()

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

       wxIconizeEventType() = iconize

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.

Exports

isIconized(This)->boolean()

              Types:

                 This = wxIconizeEvent()

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

wxWidgets team.                                     wx 2.1.1                                wxIconizeEvent(3erl)

Name

       wxIconizeEvent - Functions for wxIconizeEvent class

See Also