wxImageList
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxImageList.
DATA TYPES
EXPORTS
new(Width::integer(), Height::integer()) -> wxImageList()
Equivalent to new(Width, Height, []).
new(Width::integer(), Height::integer(), Options::[Option]) -> wxImageList()
Types:
add(This::wxImageList(), Bitmap::wxBitmap() (see module wxBitmap)) -> integer()
add(This::wxImageList(), Bitmap::wxBitmap() (see module wxBitmap), X::term()) -> integer()
See external documentation.
Alternatives:
add(This::wxImageList(), Bitmap::wxBitmap:wxBitmap(), Mask::wxBitmap:wxBitmap()) -> integer()
add(This::wxImageList(), Bitmap::wxBitmap:wxBitmap(), MaskColour::wx:colour()) -> integer()
create(This::wxImageList(), Width::integer(), Height::integer()) -> bool()
Equivalent to create(This, Width, Height, []).
create(This::wxImageList(), Width::integer(), Height::integer(), Options::[Option]) -> bool()
Types:
Equivalent to draw(This, Index, Dc, X, Y, []).
Types:
getBitmap(This::wxImageList(), Index::integer()) -> wxBitmap() (see module wxBitmap)
getIcon(This::wxImageList(), Index::integer()) -> wxIcon() (see module wxIcon)
getImageCount(This::wxImageList()) -> integer()
getSize(This::wxImageList(), Index::integer()) -> {bool(), Width::integer(), Height::integer()}
remove(This::wxImageList(), Index::integer()) -> bool()
removeAll(This::wxImageList()) -> bool()
replace(This::wxImageList(), Index::integer(), Bitmap::wxBitmap() (see module wxBitmap)) -> bool()