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

NAME

6       wxToolTip - See external documentation: wxToolTip.
7

DESCRIPTION

9       See external documentation: wxToolTip.
10

DATA TYPES

12         wxToolTip():
13
14
15           An  object  reference,  The  representation  is internal and can be
16           changed without notice. It can't be used for comparsion  stored  on
17           disc or distributed for use on other nodes.
18

EXPORTS

20       enable(Flag) -> ok
21
22              Types:
23
24                 Flag = boolean()
25
26              See external documentation.
27
28       setDelay(Msecs) -> ok
29
30              Types:
31
32                 Msecs = integer()
33
34              See external documentation.
35
36       new(Tip) -> wxToolTip()
37
38              Types:
39
40                 Tip = unicode:chardata()
41
42              See external documentation.
43
44       setTip(This, Tip) -> ok
45
46              Types:
47
48                 This = wxToolTip()
49                 Tip = unicode:chardata()
50
51              See external documentation.
52
53       getTip(This) -> unicode:charlist()
54
55              Types:
56
57                 This = wxToolTip()
58
59              See external documentation.
60
61       getWindow(This) -> wxWindow:wxWindow()
62
63              Types:
64
65                 This = wxToolTip()
66
67              See external documentation.
68
69       destroy(This::wxToolTip()) -> ok
70
71              Destroys this object, do not use object again
72

AUTHORS

74       <>
75
76
77
78                                   wx 1.8.7                       wxToolTip(3)
Impressum