[Ericsson AB]

wxCloseEvent

MODULE

wxCloseEvent

MODULE SUMMARY

See external documentation: wxCloseEvent.

DESCRIPTION

See external documentation: wxCloseEvent.

Use wxEvtHandler:connect/5 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

- support@erlang.ericsson.se

wx 0.98
Copyright © 1991-2009 Ericsson AB