wxEvent.3erl

Langue: en

Autres versions - même langue

Version: 352781 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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

<>