abstract datatype: 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.
| add/2* | See external documentation. |
| add/3* | See external documentation. |
| create/3* | Equivalent to create(This, Width, Height, []). |
| create/4* | See external documentation. |
| destroy/1* | Destroys this object, do not use object again. |
| draw/5* | Equivalent to draw(This, Index, Dc, X, Y, []). |
| draw/6* | See external documentation. |
| getBitmap/2* | See external documentation. |
| getIcon/2* | See external documentation. |
| getImageCount/1* | See external documentation. |
| getSize/2* | See external documentation. |
| new/0* | See external documentation. |
| new/2* | Equivalent to new(Width, Height, []). |
| new/3* | See external documentation. |
| remove/2* | See external documentation. |
| removeAll/1* | See external documentation. |
| replace/3* | See external documentation. |
| replace/4* | See external documentation. |
add(This::wxImageList(), Bitmap::wxBitmap:wxBitmap()) -> integer()
add(This::wxImageList(), Bitmap::wxBitmap:wxBitmap(), X::term()) -> integer()
See external documentation.
Alternatives:
create(This::wxImageList(), Width::integer(), Height::integer()) -> bool()
Equivalent to create(This, Width, Height, []).
create(This::wxImageList(), Width::integer(), Height::integer(), Options::[Option]) -> bool()
destroy(This::wxImageList()) -> ok
Destroys this object, do not use object again
draw(This::wxImageList(), Index::integer(), Dc::wxDC:wxDC(), X::integer(), Y::integer()) -> bool()
Equivalent to draw(This, Index, Dc, X, Y, []).
draw(This::wxImageList(), Index::integer(), Dc::wxDC:wxDC(), X::integer(), Y::integer(), Options::[Option]) -> bool()
getBitmap(This::wxImageList(), Index::integer()) -> wxBitmap:wxBitmap()
getIcon(This::wxImageList(), Index::integer()) -> wxIcon:wxIcon()
getImageCount(This::wxImageList()) -> integer()
getSize(This::wxImageList(), Index::integer()) -> {bool(), Width::integer(), Height::integer()}
new() -> wxImageList()
new(Width::integer(), Height::integer()) -> wxImageList()
Equivalent to new(Width, Height, []).
new(Width::integer(), Height::integer(), Options::[Option]) -> wxImageList()
remove(This::wxImageList(), Index::integer()) -> bool()
removeAll(This::wxImageList()) -> bool()
replace(This::wxImageList(), Index::integer(), Bitmap::wxBitmap:wxBitmap()) -> bool()
replace(This::wxImageList(), Index::integer(), Bitmap::wxBitmap:wxBitmap(), Mask::wxBitmap:wxBitmap()) -> bool()
Generated by EDoc, May 26 2008, 12:35:32.