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