DESCRIPTION
See external documentation: wxEvent.
DATA TYPES
-
- wxEvent():
-
-
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
-
EXPORTS
getId(This) -> integer()
-
Types:
-
This = wxEvent()
-
This = wxEvent()
-
See external documentation.
getSkipped(This) -> boolean()
-
Types:
-
This = wxEvent()
-
This = wxEvent()
-
See external documentation.
getTimestamp(This) -> integer()
-
Types:
-
This = wxEvent()
-
This = wxEvent()
-
See external documentation.
isCommandEvent(This) -> boolean()
-
Types:
-
This = wxEvent()
-
This = wxEvent()
-
See external documentation.
resumePropagation(This, PropagationLevel) -> ok
-
Types:
-
This = wxEvent()
PropagationLevel = integer()
-
This = wxEvent()
-
See external documentation.
shouldPropagate(This) -> boolean()
-
Types:
-
This = wxEvent()
-
This = wxEvent()
-
See external documentation.
skip(This) -> ok
-
Types:
-
This = wxEvent()
-
This = wxEvent()
-
Equivalent to skip(This, []).
skip(This, Options::[Option]) -> ok
-
Types:
-
This = wxEvent()
Option = {skip, boolean()}
-
This = wxEvent()
-
See external documentation.
stopPropagation(This) -> integer()
-
Types:
-
This = wxEvent()
-
This = wxEvent()
-
See external documentation.
AUTHORS
<>