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
70              Types:
71
72                 This = wxIconBundle()
73                 Option = {size, integer()}
74
75              See external documentation.
76              Also:
77              getIcon(This, Size) -> wxIcon:wxIcon() when
78              This::wxIconBundle(), Size::{W::integer(), H::integer()}.
79
80
81       destroy(This::wxIconBundle()) -> ok
82
83              Destroys this object, do not use object again
84

AUTHORS

86       <>
87
88
89
90                                   wx 1.8.7                    wxIconBundle(3)
Impressum