1wxSizeEvent(3) Erlang Module Definition wxSizeEvent(3)
2
3
4
6 wxSizeEvent - See external documentation: wxSizeEvent.
7
9 See external documentation: wxSizeEvent.
10
11 Use wxEvtHandler:connect/3 with EventType::
12 size
13
14 See also the message variant #wxSize{} event record type.
15
16 This class is derived (and can use functions) from:
17 wxEvent
18
20 wxSizeEvent():
21
22
23 An object reference, The representation is internal and can be
24 changed without notice. It can't be used for comparsion stored on
25 disc or distributed for use on other nodes.
26
28 getSize(This) -> {W::integer(), H::integer()}
29
30 Types:
31
32 This = wxSizeEvent()
33
34 See external documentation.
35
37 <>
38
39
40
41 wx 1.9.3.1 wxSizeEvent(3)