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

NAME

6       wxEvent - See external documentation: wxEvent.
7

DESCRIPTION

9       See external documentation: wxEvent.
10

DATA TYPES

12         wxEvent():
13
14
15           An  object  reference,  The  representation  is internal and can be
16           changed without notice. It can't be used for comparsion  stored  on
17           disc or distributed for use on other nodes.
18

EXPORTS

20       getId(This) -> integer()
21
22              Types:
23
24                 This = wxEvent()
25
26              See external documentation.
27
28       getSkipped(This) -> boolean()
29
30              Types:
31
32                 This = wxEvent()
33
34              See external documentation.
35
36       getTimestamp(This) -> integer()
37
38              Types:
39
40                 This = wxEvent()
41
42              See external documentation.
43
44       isCommandEvent(This) -> boolean()
45
46              Types:
47
48                 This = wxEvent()
49
50              See external documentation.
51
52       resumePropagation(This, PropagationLevel) -> ok
53
54              Types:
55
56                 This = wxEvent()
57                 PropagationLevel = integer()
58
59              See external documentation.
60
61       shouldPropagate(This) -> boolean()
62
63              Types:
64
65                 This = wxEvent()
66
67              See external documentation.
68
69       skip(This) -> ok
70
71              Types:
72
73                 This = wxEvent()
74
75              Equivalent to skip(This, []).
76
77       skip(This, Options::[Option]) -> ok
78
79              Types:
80
81                 This = wxEvent()
82                 Option = {skip, boolean()}
83
84              See external documentation.
85
86       stopPropagation(This) -> integer()
87
88              Types:
89
90                 This = wxEvent()
91
92              See external documentation.
93

AUTHORS

95       <>
96
97
98
99                                   wx 1.9.3                         wxEvent(3)
Impressum