wxCloseEvent.3erl

Langue: en

Autres versions - même langue

Version: 287046 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxCloseEvent - See external documentation: wxCloseEvent.

DESCRIPTION

See external documentation: wxCloseEvent <http://www.wxwidgets.org/manuals/stable/wx_wxcloseevent.html>.

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 <http://www.wxwidgets.org/manuals/stable/wx_wxcloseevent.html#wxcloseeventcanveto>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcloseevent.html#wxcloseeventgetloggingoff>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcloseevent.html#wxcloseeventsetcanveto>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcloseevent.html#wxcloseeventsetloggingoff>.

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


Equivalent to veto(This, []).

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

Types
Option = {veto, bool()}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxcloseevent.html#wxcloseeventveto>.