wxIconBundle
MODULE
wxIconBundle
MODULE SUMMARY
See external documentation: wxIconBundle.
DESCRIPTION
See external documentation: wxIconBundle.
DATA TYPES
EXPORTS
new() -> wxIconBundle()
new(Ic) -> wxIconBundle()
Types:
Ic = wxIconBundle() | wxIcon:wxIcon()
new(File, Type) -> wxIconBundle()
addIcon(This, File, Type) -> ok
getIcon(This) -> wxIcon:wxIcon()
Types:
This = wxIconBundle()
Equivalent to getIcon(This, []).
getIcon(This, Options::[Option]) -> wxIcon:wxIcon()
See external documentation.
Also:
getIcon(This, Size) -> wxIcon:wxIcon() when
This::wxIconBundle(), Size::{W::integer(), H::integer()}.
destroy(This::wxIconBundle()) -> ok