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