1wxControl(3) Erlang Module Definition wxControl(3)
2
3
4
6 wxControl - See external documentation: wxControl.
7
9 See external documentation: wxControl.
10
11 This class is derived (and can use functions) from:
12 wxWindow
13 wxEvtHandler
14
16 wxControl():
17
18
19 An object reference, The representation is internal and can be
20 changed without notice. It can't be used for comparsion stored on
21 disc or distributed for use on other nodes.
22
24 getLabel(This) -> unicode:charlist()
25
26 Types:
27
28 This = wxControl()
29
30 See external documentation.
31
32 setLabel(This, Label) -> ok
33
34 Types:
35
36 This = wxControl()
37 Label = unicode:chardata()
38
39 See external documentation.
40
42 <>
43
44
45
46 wx 1.9 wxControl(3)