See external documentation: wxevent.
See external documentation: wxEvent.
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.
getId(This) -> integer()
Types:
This = wxEvent()
See external documentation.
getSkipped(This) -> boolean()
Types:
This = wxEvent()
See external documentation.
getTimestamp(This) -> integer()
Types:
This = wxEvent()
See external documentation.
isCommandEvent(This) -> boolean()
Types:
This = wxEvent()
See external documentation.
resumePropagation(This, PropagationLevel) -> ok
Types:
This = wxEvent()
PropagationLevel = integer()
See external documentation.
shouldPropagate(This) -> boolean()
Types:
This = wxEvent()
See external documentation.
skip(This) -> ok
Types:
This = wxEvent()
Equivalent to skip(This, []).
skip(This, Option::[Option]) -> ok
Types:
This = wxEvent()
Option = {skip, boolean()}
See external documentation.
stopPropagation(This) -> integer()
Types:
This = wxEvent()
See external documentation.
<>