1wxMaximizeEvent(3)         Erlang Module Definition         wxMaximizeEvent(3)
2
3
4

NAME

6       wxMaximizeEvent - Functions for wxMaximizeEvent class
7

DESCRIPTION

9       An  event  being sent when a top level window is maximized. Notice that
10       it is not sent when the window is restored to its original  size  after
11       it  had  been maximized, only a normal wxSizeEvent is generated in this
12       case.
13
14       Currently this event is only generated in wxMSW, wxGTK and  wxOSX/Cocoa
15       ports so portable programs should only rely on receiving wxEVT_SIZE and
16       not necessarily this event when the window is maximized.
17
18       See: Overview events, wxTopLevelWindow:maximize/2, wxTopLevelWindow:is‐
19       Maximized/1
20
21       This class is derived (and can use functions) from: wxEvent
22
23       wxWidgets docs: wxMaximizeEvent
24

EVENTS

26       Use  wxEvtHandler:connect/3  with  wxMaximizeEventType  to subscribe to
27       events of this type.
28

DATA TYPES

30       wxMaximizeEvent() = wx:wx_object()
31
32       wxMaximize() =
33           #wxMaximize{type = wxMaximizeEvent:wxMaximizeEventType()}
34
35       wxMaximizeEventType() = maximize
36
37
38
39wxWidgets team.                    wx 2.1.4                 wxMaximizeEvent(3)
Impressum