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

NAME

6       wxIconBundle - See external documentation: wxIconBundle.
7

DESCRIPTION

9       See external documentation: wxIconBundle.
10

DATA TYPES

12         wxIconBundle():
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       new() -> wxIconBundle()
21
22              See external documentation.
23
24       new(Ic) -> wxIconBundle()
25
26              Types:
27
28                 Ic = wxIconBundle() | wxIcon:wxIcon()
29
30              See external documentation.
31
32       new(File, Type) -> wxIconBundle()
33
34              Types:
35
36                 File = unicode:chardata()
37                 Type = integer()
38
39              See external documentation.
40
41       addIcon(This, Icon) -> ok
42
43              Types:
44
45                 This = wxIconBundle()
46                 Icon = wxIcon:wxIcon()
47
48              See external documentation.
49
50       addIcon(This, File, Type) -> ok
51
52              Types:
53
54                 This = wxIconBundle()
55                 File = unicode:chardata()
56                 Type = integer()
57
58              See external documentation.
59
60       getIcon(This) -> wxIcon:wxIcon()
61
62              Types:
63
64                 This = wxIconBundle()
65
66              Equivalent to getIcon(This, []).
67
68       getIcon(This, Options::[Option]) -> wxIcon:wxIcon()
69       getIcon(This, Size) -> wxIcon:wxIcon()
70
71              Types:
72
73                 This = wxIconBundle()
74                 Option = {size, integer()}
75                 This = wxIconBundle()
76                 Size = {W::integer(), H::integer()}
77
78              See external documentation.
79              Also:
80              getIcon(This, Size) -> wxIcon:wxIcon() when
81              This::wxIconBundle(), Size::{W::integer(), H::integer()}.
82
83
84       destroy(This::wxIconBundle()) -> ok
85
86              Destroys this object, do not use object again
87

AUTHORS

89       <>
90
91
92
93                                  wx 1.9.3.1                   wxIconBundle(3)
Impressum