1wxIdleEvent(3) Erlang Module Definition wxIdleEvent(3)
2
3
4
6 wxIdleEvent - See external documentation: wxIdleEvent.
7
9 See external documentation: wxIdleEvent.
10
11 Use wxEvtHandler:connect/3 with EventType::
12 idle
13
14 See also the message variant #wxIdle{} event record type.
15
16 This class is derived (and can use functions) from:
17 wxEvent
18
20 wxIdleEvent():
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 canSend(Win) -> boolean()
29
30 Types:
31
32 Win = wxWindow:wxWindow()
33
34 This function is deprecated: not available in wxWidgets-2.9 and
35 later
36
37 See external documentation.
38
39 getMode() -> wx:wx_enum()
40
41 See external documentation.
42 Res = ?wxIDLE_PROCESS_ALL | ?wxIDLE_PROCESS_SPECIFIED
43
44 requestMore(This) -> ok
45
46 Types:
47
48 This = wxIdleEvent()
49
50 Equivalent to requestMore(This, []).
51
52 requestMore(This, Options::[Option]) -> ok
53
54 Types:
55
56 This = wxIdleEvent()
57 Option = {needMore, boolean()}
58
59 See external documentation.
60
61 moreRequested(This) -> boolean()
62
63 Types:
64
65 This = wxIdleEvent()
66
67 See external documentation.
68
69 setMode(Mode) -> ok
70
71 Types:
72
73 Mode = wx:wx_enum()
74
75 See external documentation.
76 Mode = ?wxIDLE_PROCESS_ALL | ?wxIDLE_PROCESS_SPECIFIED
77
79 <>
80
81
82
83 wx 1.9.3 wxIdleEvent(3)