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

NAME

6       wxImageList - See external documentation: wxImageList.
7

DESCRIPTION

9       See external documentation: wxImageList.
10

DATA TYPES

12         wxImageList():
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() -> wxImageList()
21
22              See external documentation.
23
24       new(Width, Height) -> wxImageList()
25
26              Types:
27
28                 Width = integer()
29                 Height = integer()
30
31              Equivalent to new(Width, Height, []).
32
33       new(Width, Height, Options::[Option]) -> wxImageList()
34
35              Types:
36
37                 Width = integer()
38                 Height = integer()
39                 Option = {mask, boolean()} | {initialCount, integer()}
40
41              See external documentation.
42
43       add(This, Bitmap) -> integer()
44
45              Types:
46
47                 This = wxImageList()
48                 Bitmap = wxBitmap:wxBitmap()
49
50              See external documentation.
51
52       add(This, Bitmap, Mask) -> integer()
53
54              Types:
55
56                 This = wxImageList()
57                 Bitmap = wxBitmap:wxBitmap()
58                 Mask = wxBitmap:wxBitmap()
59
60              See external documentation.
61              Also:
62              add(This, Bitmap, MaskColour) -> integer() when
63              This::wxImageList(),      Bitmap::wxBitmap:wxBitmap(),     Mask‐
64              Colour::wx:wx_colour().
65
66
67       create(This, Width, Height) -> boolean()
68
69              Types:
70
71                 This = wxImageList()
72                 Width = integer()
73                 Height = integer()
74
75              Equivalent to create(This, Width, Height, []).
76
77       create(This, Width, Height, Options::[Option]) -> boolean()
78
79              Types:
80
81                 This = wxImageList()
82                 Width = integer()
83                 Height = integer()
84                 Option = {mask, boolean()} | {initialCount, integer()}
85
86              See external documentation.
87
88       draw(This, Index, Dc, X, Y) -> boolean()
89
90              Types:
91
92                 This = wxImageList()
93                 Index = integer()
94                 Dc = wxDC:wxDC()
95                 X = integer()
96                 Y = integer()
97
98              Equivalent to draw(This, Index, Dc, X, Y, []).
99
100       draw(This, Index, Dc, X, Y, Options::[Option]) -> boolean()
101
102              Types:
103
104                 This = wxImageList()
105                 Index = integer()
106                 Dc = wxDC:wxDC()
107                 X = integer()
108                 Y = integer()
109                 Option = {flags, integer()} | {solidBackground, boolean()}
110
111              See external documentation.
112
113       getBitmap(This, Index) -> wxBitmap:wxBitmap()
114
115              Types:
116
117                 This = wxImageList()
118                 Index = integer()
119
120              See external documentation.
121
122       getIcon(This, Index) -> wxIcon:wxIcon()
123
124              Types:
125
126                 This = wxImageList()
127                 Index = integer()
128
129              See external documentation.
130
131       getImageCount(This) -> integer()
132
133              Types:
134
135                 This = wxImageList()
136
137              See external documentation.
138
139       getSize(This, Index) -> Result
140
141              Types:
142
143                 Result  =  {Res::boolean(),  Width::integer(),  Height::inte‐
144                 ger()}
145                 This = wxImageList()
146                 Index = integer()
147
148              See external documentation.
149
150       remove(This, Index) -> boolean()
151
152              Types:
153
154                 This = wxImageList()
155                 Index = integer()
156
157              See external documentation.
158
159       removeAll(This) -> boolean()
160
161              Types:
162
163                 This = wxImageList()
164
165              See external documentation.
166
167       replace(This, Index, Bitmap) -> boolean()
168
169              Types:
170
171                 This = wxImageList()
172                 Index = integer()
173                 Bitmap = wxBitmap:wxBitmap()
174
175              See external documentation.
176
177       replace(This, Index, Bitmap, Mask) -> boolean()
178
179              Types:
180
181                 This = wxImageList()
182                 Index = integer()
183                 Bitmap = wxBitmap:wxBitmap()
184                 Mask = wxBitmap:wxBitmap()
185
186              See external documentation.
187
188       destroy(This::wxImageList()) -> ok
189
190              Destroys this object, do not use object again
191

AUTHORS

193       <>
194
195
196
197                                   wx 1.8.7                     wxImageList(3)
Impressum