wxImageList(3erl) | Erlang Module Definition | wxImageList(3erl) |
wxImageList - See external documentation: wxImageList.
See external documentation: wxImageList.
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
new() -> wxImageList()
See external documentation.
new(Width, Height) -> wxImageList()
Types:
Equivalent to new(Width, Height, []).
new(Width, Height, Options::[Option]) ->
wxImageList()
Types:
See external documentation.
add(This, Bitmap) -> integer()
Types:
See external documentation.
add(This, Bitmap, Mask) -> integer()
Types:
See external documentation.
Also:
add(This, Bitmap, MaskColour) -> integer() when
This::wxImageList(), Bitmap::wxBitmap:wxBitmap(),
MaskColour::wx:wx_colour().
create(This, Width, Height) -> boolean()
Types:
Equivalent to create(This, Width, Height, []).
create(This, Width, Height, Options::[Option]) ->
boolean()
Types:
See external documentation.
draw(This, Index, Dc, X, Y) -> boolean()
Types:
Equivalent to draw(This, Index, Dc, X, Y, []).
draw(This, Index, Dc, X, Y, Options::[Option]) ->
boolean()
Types:
See external documentation.
getBitmap(This, Index) -> wxBitmap:wxBitmap()
Types:
See external documentation.
getIcon(This, Index) -> wxIcon:wxIcon()
Types:
See external documentation.
getImageCount(This) -> integer()
Types:
See external documentation.
getSize(This, Index) -> Result
Types:
See external documentation.
remove(This, Index) -> boolean()
Types:
See external documentation.
removeAll(This) -> boolean()
Types:
See external documentation.
replace(This, Index, Bitmap) -> boolean()
Types:
See external documentation.
replace(This, Index, Bitmap, Mask) -> boolean()
Types:
See external documentation.
destroy(This::wxImageList()) -> ok
Destroys this object, do not use object again
<>
wx 1.8.6 |