wxcloseevent(3) - Linux man page

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::wxCloseEvent()) -> bool()

See external documentation.

getLoggingOff(This::wxCloseEvent()) -> bool()

See external documentation.

setCanVeto(This::wxCloseEvent(), CanVeto::bool()) -> ok

See external documentation.

setLoggingOff(This::wxCloseEvent(), LogOff::bool()) -> ok

See external documentation.

veto(This::wxCloseEvent()) -> ok

Equivalent to veto(This, []).

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

Types:

Option = {veto, bool()}

See external documentation.

Authors

<>