Provided by: erlang-manpages_16.b.3-dfsg-1ubuntu2.2_all bug

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) -> 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.

AUTHORS

       <>

                                             wx 1.1.1                               wxEvent(3erl)