Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

wxIconizeEvent (3erl)

Name

wxIconizeEvent - Functions for wxIconizeEvent class

Synopsis

Please see following description for synopsis

Description

wxIconizeEvent(3)          Erlang Module Definition          wxIconizeEvent(3)



NAME
       wxIconizeEvent - Functions for wxIconizeEvent class

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

       See: Overview events, wxTopLevelWindow:iconize/2, wxTopLevelWindow:isI-
       conized/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
       wxIconizeEvent() = wx:wx_object()

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

       wxIconizeEventType() = iconize

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(3)