Provided by: erlang-manpages_16.b.3-dfsg-1ubuntu2.2_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, Option::[Option]) -> ok Types: This = wxCloseEvent() Option = {veto, boolean()} See external documentation.
AUTHORS
<> wx 1.1.1 wxCloseEvent(3erl)