1wxTaskBarIcon(3) Erlang Module Definition wxTaskBarIcon(3)
2
3
4
6 wxTaskBarIcon - See external documentation: wxTaskBarIcon.
7
9 See external documentation: wxTaskBarIcon.
10
11 This class is derived (and can use functions) from:
12 wxEvtHandler
13
15 wxTaskBarIcon():
16
17
18 An object reference, The representation is internal and can be
19 changed without notice. It can't be used for comparsion stored on
20 disc or distributed for use on other nodes.
21
23 new() -> wxTaskBarIcon()
24
25 See external documentation.
26
27 popupMenu(This, Menu) -> boolean()
28
29 Types:
30
31 This = wxTaskBarIcon()
32 Menu = wxMenu:wxMenu()
33
34 See external documentation.
35
36 removeIcon(This) -> boolean()
37
38 Types:
39
40 This = wxTaskBarIcon()
41
42 See external documentation.
43
44 setIcon(This, Icon) -> boolean()
45
46 Types:
47
48 This = wxTaskBarIcon()
49 Icon = wxIcon:wxIcon()
50
51 Equivalent to setIcon(This, Icon, []).
52
53 setIcon(This, Icon, Options::[Option]) -> boolean()
54
55 Types:
56
57 This = wxTaskBarIcon()
58 Icon = wxIcon:wxIcon()
59 Option = {tooltip, unicode:chardata()}
60
61 See external documentation.
62
63 destroy(This::wxTaskBarIcon()) -> ok
64
65 Destroys this object, do not use object again
66
68 <>
69
70
71
72 wx 1.9 wxTaskBarIcon(3)