wxevent(3) - Linux man page

Name

wxEvent - See external documentation: wxEvent.

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::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

Types:

Option = {skip, bool()}

See external documentation.

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

See external documentation.

Authors

<>