1wxIconizeEvent(3) Erlang Module Definition wxIconizeEvent(3)
2
3
4
6 wxIconizeEvent - Functions for wxIconizeEvent class
7
9 An event being sent when the frame is iconized (minimized) or restored.
10
11 See: Overview events, wxTopLevelWindow:iconize/2, wxTopLevelWindow:isI‐
12 conized/1
13
14 This class is derived (and can use functions) from: wxEvent
15
16 wxWidgets docs: wxIconizeEvent
17
19 Use wxEvtHandler:connect/3 with wxIconizeEventType to subscribe to
20 events of this type.
21
23 wxIconizeEvent() = wx:wx_object()
24
25 wxIconize() =
26 #wxIconize{type = wxIconizeEvent:wxIconizeEventType(),
27 iconized = boolean()}
28
29 wxIconizeEventType() = iconize
30
32 isIconized(This) -> boolean()
33
34 Types:
35
36 This = wxIconizeEvent()
37
38 Returns true if the frame has been iconized, false if it has
39 been restored.
40
41
42
43wxWidgets team. wx 2.1.4 wxIconizeEvent(3)