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()
-
This = wxCloseEvent()
-
See external documentation.
getLoggingOff(This) -> boolean()
-
Types:
-
This = wxCloseEvent()
-
This = wxCloseEvent()
-
See external documentation.
setCanVeto(This, CanVeto) -> ok
-
Types:
-
This = wxCloseEvent()
CanVeto = boolean()
-
This = wxCloseEvent()
-
See external documentation.
setLoggingOff(This, LogOff) -> ok
-
Types:
-
This = wxCloseEvent()
LogOff = boolean()
-
This = wxCloseEvent()
-
See external documentation.
veto(This) -> ok
-
Types:
-
This = wxCloseEvent()
-
This = wxCloseEvent()
-
Equivalent to veto(This, []).
veto(This, Options::[Option]) -> ok
-
Types:
-
This = wxCloseEvent()
Option = {veto, boolean()}
-
This = wxCloseEvent()
-
See external documentation.
AUTHORS
<>