wxIconBundle
MODULE
MODULE SUMMARY
DESCRIPTION
See external documentation: wxIconBundle.
DATA TYPES
EXPORTS
new(Ic::wxIconBundle() | wxIcon() (see module wxIcon)) -> wxIconBundle()
new(File::string(), Type::integer()) -> wxIconBundle()
addIcon(This::wxIconBundle(), Icon::wxIcon() (see module wxIcon)) -> ok
addIcon(This::wxIconBundle(), File::string(), Type::integer()) -> ok
getIcon(This::wxIconBundle()) -> wxIcon() (see module wxIcon)
Equivalent to getIcon(This, []).
getIcon(This::wxIconBundle(), X::term()) -> wxIcon() (see module wxIcon)
See external documentation.
Alternatives:
getIcon(This::wxIconBundle(), [Option]) -> wxIcon:wxIcon()
Option = {size, integer()}
getIcon(This::wxIconBundle(), Size::{W::integer(),H::integer()}) -> wxIcon:wxIcon()