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

NAME

6       wxTaskBarIcon - See external documentation: wxTaskBarIcon.
7

DESCRIPTION

9       See external documentation: wxTaskBarIcon.
10
11       This class is derived (and can use functions) from:
12       wxEvtHandler
13

DATA TYPES

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

EXPORTS

23       new() -> wxTaskBarIcon()
24
25              See external documentation.
26
27       new(X1::[Option]) -> wxTaskBarIcon()
28
29              Types:
30
31                 Option = {createPopupMenu, () -> wxMenu:wxMenu()}
32
33              Creates  a TaskBarIcon with a callback function for CreatePopup‐
34              Menu:
35
36              Callback() -> term()
37
38              See external documentation.
39
40       popupMenu(This, Menu) -> boolean()
41
42              Types:
43
44                 This = wxTaskBarIcon()
45                 Menu = wxMenu:wxMenu()
46
47              See external documentation.
48
49       removeIcon(This) -> boolean()
50
51              Types:
52
53                 This = wxTaskBarIcon()
54
55              See external documentation.
56
57       setIcon(This, Icon) -> boolean()
58
59              Types:
60
61                 This = wxTaskBarIcon()
62                 Icon = wxIcon:wxIcon()
63
64              Equivalent to setIcon(This, Icon, []).
65
66       setIcon(This, Icon, Options::[Option]) -> boolean()
67
68              Types:
69
70                 This = wxTaskBarIcon()
71                 Icon = wxIcon:wxIcon()
72                 Option = {tooltip, unicode:chardata()}
73
74              See external documentation.
75
76       destroy(This::wxTaskBarIcon()) -> ok
77
78              Destroys this object, do not use object again
79

AUTHORS

81       <>
82
83
84
85                                   wx 1.9.3                   wxTaskBarIcon(3)
Impressum