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