wxIconBundle
See external documentation: wxIconBundle.
See external documentation:
DATA TYPES
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.
Functions
new() -> wxIconBundle()
See
new(Ic::wxIconBundle() | wxIcon() (see module wxIcon)) -> wxIconBundle()
See
new(File::string(), Type::integer()) -> wxIconBundle()
See
addIcon(This::wxIconBundle(), Icon::wxIcon() (see module wxIcon)) -> ok
See
addIcon(This::wxIconBundle(), File::string(), Type::integer()) -> ok
See
getIcon(This::wxIconBundle()) -> wxIcon() (see module wxIcon)
Equivalent to getIcon(This, []).
getIcon(This::wxIconBundle(), X::term()) -> wxIcon() (see module wxIcon)
See
Alternatives:
getIcon(This::wxIconBundle(), [Option]) -> wxIcon:wxIcon()
Option = {size, integer()}
getIcon(This::wxIconBundle(), Size::{W::integer(),H::integer()}) -> wxIcon:wxIcon()
destroy(This::wxIconBundle()) -> ok
Destroys this object, do not use object again