Go to main content

man pages section 3: Extended Library Functions, Volume 1

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

wxMaximizeEvent (3erl)

Name

wxMaximizeEvent - Functions for wxMaximizeEvent class

Synopsis

Please see following description for synopsis

Description

wxMaximizeEvent(3)         Erlang Module Definition         wxMaximizeEvent(3)



NAME
       wxMaximizeEvent - Functions for wxMaximizeEvent class

DESCRIPTION
       An  event  being sent when a top level window is maximized. Notice that
       it is not sent when the window is restored to its original  size  after
       it  had  been maximized, only a normal wxSizeEvent is generated in this
       case.

       Currently this event is only generated in wxMSW, wxGTK and  wxOSX/Cocoa
       ports so portable programs should only rely on receiving wxEVT_SIZE and
       not necessarily this event when the window is maximized.

       See:  Overview  events,   wxTopLevelWindow:maximize/2,   wxTopLevelWin-
       dow:isMaximized/1

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

       wxWidgets docs: wxMaximizeEvent

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

DATA TYPES
       wxMaximizeEvent() = wx:wx_object()

       wxMaximize() =
           #wxMaximize{type = wxMaximizeEvent:wxMaximizeEventType()}

       wxMaximizeEventType() = maximize



wxWidgets team.                    wx 2.1.1                 wxMaximizeEvent(3)