wxCloseEvent

See external documentation: wxCloseEvent.

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

Types


wxCloseEvent() = wx:wx_object()

Functions


canVeto(This) -> boolean()

  • This = wxCloseEvent()

See external documentation.

getLoggingOff(This) -> boolean()

  • This = wxCloseEvent()

See external documentation.

setCanVeto(This, CanVeto) -> ok

  • This = wxCloseEvent()
  • CanVeto = boolean()

See external documentation.

setLoggingOff(This, LogOff) -> ok

  • This = wxCloseEvent()
  • LogOff = boolean()

See external documentation.

veto(This) -> ok

  • This = wxCloseEvent()

Equivalent to veto(This, []).

veto(This, Option::[Option]) -> ok

  • This = wxCloseEvent()
  • Option = {veto, boolean()}

See external documentation.