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

AUTHORS

197       <>
198
199
200
201                                   wx 1.9.3                     wxImageList(3)
Impressum