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

NAME

6       wxUpdateUIEvent - See external documentation: wxUpdateUIEvent.
7

DESCRIPTION

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

DATA TYPES

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

EXPORTS

29       canUpdate(Win) -> boolean()
30
31              Types:
32
33                 Win = wxWindow:wxWindow()
34
35              See external documentation.
36
37       check(This, Check) -> ok
38
39              Types:
40
41                 This = wxUpdateUIEvent()
42                 Check = boolean()
43
44              See external documentation.
45
46       enable(This, Enable) -> ok
47
48              Types:
49
50                 This = wxUpdateUIEvent()
51                 Enable = boolean()
52
53              See external documentation.
54
55       show(This, Show) -> ok
56
57              Types:
58
59                 This = wxUpdateUIEvent()
60                 Show = boolean()
61
62              See external documentation.
63
64       getChecked(This) -> boolean()
65
66              Types:
67
68                 This = wxUpdateUIEvent()
69
70              See external documentation.
71
72       getEnabled(This) -> boolean()
73
74              Types:
75
76                 This = wxUpdateUIEvent()
77
78              See external documentation.
79
80       getShown(This) -> boolean()
81
82              Types:
83
84                 This = wxUpdateUIEvent()
85
86              See external documentation.
87
88       getSetChecked(This) -> boolean()
89
90              Types:
91
92                 This = wxUpdateUIEvent()
93
94              See external documentation.
95
96       getSetEnabled(This) -> boolean()
97
98              Types:
99
100                 This = wxUpdateUIEvent()
101
102              See external documentation.
103
104       getSetShown(This) -> boolean()
105
106              Types:
107
108                 This = wxUpdateUIEvent()
109
110              See external documentation.
111
112       getSetText(This) -> boolean()
113
114              Types:
115
116                 This = wxUpdateUIEvent()
117
118              See external documentation.
119
120       getText(This) -> unicode:charlist()
121
122              Types:
123
124                 This = wxUpdateUIEvent()
125
126              See external documentation.
127
128       getMode() -> wx:wx_enum()
129
130              See external documentation.
131              Res = ?wxUPDATE_UI_PROCESS_ALL | ?wxUPDATE_UI_PROCESS_SPECIFIED
132
133       getUpdateInterval() -> integer()
134
135              See external documentation.
136
137       resetUpdateTime() -> ok
138
139              See external documentation.
140
141       setMode(Mode) -> ok
142
143              Types:
144
145                 Mode = wx:wx_enum()
146
147              See external documentation.
148              Mode = ?wxUPDATE_UI_PROCESS_ALL | ?wxUPDATE_UI_PROCESS_SPECIFIED
149
150       setText(This, Text) -> ok
151
152              Types:
153
154                 This = wxUpdateUIEvent()
155                 Text = unicode:chardata()
156
157              See external documentation.
158
159       setUpdateInterval(UpdateInterval) -> ok
160
161              Types:
162
163                 UpdateInterval = integer()
164
165              See external documentation.
166

AUTHORS

168       <>
169
170
171
172                                   wx 1.9.3                 wxUpdateUIEvent(3)
Impressum