wxIconBundle
See external documentation: wxIconBundle.
See external documentation:
Functions
new() -> wxIconBundle()
See
new(Ic) -> wxIconBundle()
Ic = wxIconBundle() | wxIcon() (see module wxIcon)
See
new(File, Type) -> wxIconBundle()
File = chardata() (see module unicode)
Type = integer()
See
addIcon(This, Icon) -> ok
This = wxIconBundle()
Icon = wxIcon() (see module wxIcon)
See
addIcon(This, File, Type) -> ok
This = wxIconBundle()
File = chardata() (see module unicode)
Type = integer()
See
getIcon(This) -> wxIcon() (see module wxIcon)
This = wxIconBundle()
Equivalent to getIcon(This, []).
getIcon(This, Option::[Option]) -> wxIcon() (see module 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