wxEvent

See external documentation: wxEvent.

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.

Functions


getId(This::wxEvent()) -> integer()

See external documentation.

getSkipped(This::wxEvent()) -> bool()

See external documentation.

getTimestamp(This::wxEvent()) -> integer()

See external documentation.

isCommandEvent(This::wxEvent()) -> bool()

See external documentation.

resumePropagation(This::wxEvent(), PropagationLevel::integer()) -> ok

See external documentation.

shouldPropagate(This::wxEvent()) -> bool()

See external documentation.

skip(This::wxEvent()) -> ok

Equivalent to skip(This, []).

skip(This::wxEvent(), Options::[Option]) -> ok

  • Option = {skip, bool()}

See external documentation.

stopPropagation(This::wxEvent()) -> integer()

See external documentation.

View Functions