wxImageList
Module
Module Summary
Description
See external documentation: wxImageList.
DATA TYPES
Exports
new() -> wxImageList()
new(Width, Height) -> wxImageList()
Types
Equivalent to new(Width, Height, []).
new(Width, Height, Options::[Option]) -> wxImageList()
Types
add(This, Bitmap) -> integer()
add(This, Bitmap, Mask) -> integer()
See external documentation.
Also:
add(This, Bitmap, MaskColour) -> integer() when
This::wxImageList(), Bitmap::wxBitmap:wxBitmap(), MaskColour::wx:wx_colour().
create(This, Width, Height) -> boolean()
Equivalent to create(This, Width, Height, []).
create(This, Width, Height, Options::[Option]) -> boolean()
Types
draw(This, Index, Dc, X, Y) -> boolean()
Equivalent to draw(This, Index, Dc, X, Y, []).
draw(This, Index, Dc, X, Y, Options::[Option]) -> boolean()
Types
getBitmap(This, Index) -> wxBitmap:wxBitmap()
getIcon(This, Index) -> wxIcon:wxIcon()
getImageCount(This) -> integer()
Types
getSize(This, Index) -> Result
Types
remove(This, Index) -> boolean()
Types
replace(This, Index, Bitmap) -> boolean()
replace(This, Index, Bitmap, Mask) -> boolean()
Types
destroy(This::wxImageList()) -> ok