abstract datatype: wxIconBundle()
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.
| addIcon/2* | See external documentation. |
| addIcon/3* | See external documentation. |
| destroy/1* | Destroys this object, do not use object again. |
| getIcon/1* | Equivalent to getIcon(This, []). |
| getIcon/2* | See external documentation. |
| new/0* | See external documentation. |
| new/1* | See external documentation. |
| new/2* | See external documentation. |
addIcon(This::wxIconBundle(), Icon::wxIcon:wxIcon()) -> ok
addIcon(This::wxIconBundle(), File::string(), Type::integer()) -> ok
destroy(This::wxIconBundle()) -> ok
Destroys this object, do not use object again
getIcon(This::wxIconBundle()) -> wxIcon:wxIcon()
Equivalent to getIcon(This, []).
getIcon(This::wxIconBundle(), X::term()) -> wxIcon:wxIcon()
See external documentation.
Alternatives:
new() -> wxIconBundle()
new(Ic::wxIconBundle() | wxIcon:wxIcon()) -> wxIconBundle()
new(File::string(), Type::integer()) -> wxIconBundle()
Generated by EDoc, May 26 2008, 12:35:33.