1wxCloseEvent(3)            Erlang Module Definition            wxCloseEvent(3)
2
3
4

NAME

6       wxCloseEvent - See external documentation: wxCloseEvent.
7

DESCRIPTION

9       See external documentation: wxCloseEvent.
10
11         Use wxEvtHandler:connect/3 with EventType::
12           close_window, end_session, query_end_session
13
14       See also the message variant #wxClose{} event record type.
15
16       This class is derived (and can use functions) from:
17       wxEvent
18

DATA TYPES

20         wxCloseEvent():
21
22
23           An  object  reference,  The  representation  is internal and can be
24           changed without notice. It can't be used for comparsion  stored  on
25           disc or distributed for use on other nodes.
26

EXPORTS

28       canVeto(This) -> boolean()
29
30              Types:
31
32                 This = wxCloseEvent()
33
34              See external documentation.
35
36       getLoggingOff(This) -> boolean()
37
38              Types:
39
40                 This = wxCloseEvent()
41
42              See external documentation.
43
44       setCanVeto(This, CanVeto) -> ok
45
46              Types:
47
48                 This = wxCloseEvent()
49                 CanVeto = boolean()
50
51              See external documentation.
52
53       setLoggingOff(This, LogOff) -> ok
54
55              Types:
56
57                 This = wxCloseEvent()
58                 LogOff = boolean()
59
60              See external documentation.
61
62       veto(This) -> ok
63
64              Types:
65
66                 This = wxCloseEvent()
67
68              Equivalent to veto(This, []).
69
70       veto(This, Options::[Option]) -> ok
71
72              Types:
73
74                 This = wxCloseEvent()
75                 Option = {veto, boolean()}
76
77              See external documentation.
78

AUTHORS

80       <>
81
82
83
84                                   wx 1.8.7                    wxCloseEvent(3)
Impressum