Provided by: erlang-manpages_20.2.2+dfsg-1ubuntu2_all 

NAME
wxCloseEvent - See external documentation: wxCloseEvent.
DESCRIPTION
See external documentation: wxCloseEvent. Use wxEvtHandler:connect/3 with EventType:: close_window, end_session, query_end_session See also the message variant #wxClose{} event record type. This class is derived (and can use functions) from: wxEvent
DATA TYPES
wxCloseEvent(): 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
canVeto(This) -> boolean() Types: This = wxCloseEvent() See external documentation. getLoggingOff(This) -> boolean() Types: This = wxCloseEvent() See external documentation. setCanVeto(This, CanVeto) -> ok Types: This = wxCloseEvent() CanVeto = boolean() See external documentation. setLoggingOff(This, LogOff) -> ok Types: This = wxCloseEvent() LogOff = boolean() See external documentation. veto(This) -> ok Types: This = wxCloseEvent() Equivalent to veto(This, []). veto(This, Options::[Option]) -> ok Types: This = wxCloseEvent() Option = {veto, boolean()} See external documentation.
AUTHORS
<> wx 1.8.3 wxCloseEvent(3erl)