wxIconBundle
(wx)See external documentation: wxIconBundle.
See external documentation:
Functions
new() -> wxIconBundle()
See
new(File, Type) -> wxIconBundle()
File = unicode:chardata()
Type = integer()
See
addIcon(This, File, Type) -> ok
This = wxIconBundle()
File = unicode:chardata()
Type = integer()
See
getIcon(This, Options::[Option]) -> wxIcon:wxIcon()
This = wxIconBundle()
Option = {size, integer()}
See
Also:
getIcon(This, Size) -> wxIcon:wxIcon() when
This::wxIconBundle(), Size::{W::integer(), H::integer()}.
destroy(This::wxIconBundle()) -> ok
Destroys this object, do not use object again