DESCRIPTION
See external documentation: wxIconBundle.
DATA TYPES
-
- wxIconBundle():
-
-
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
-
EXPORTS
new() -> wxIconBundle()
-
See external documentation.
new(Ic) -> wxIconBundle()
-
Types:
-
Ic = wxIconBundle() | wxIcon() (see module wxIcon)
-
Ic = wxIconBundle() | wxIcon() (see module wxIcon)
-
See external documentation.
new(File, Type) -> wxIconBundle()
-
Types:
-
File = chardata() (see module unicode)
Type = integer()
-
File = chardata() (see module unicode)
-
See external documentation.
addIcon(This, Icon) -> ok
-
Types:
-
This = wxIconBundle()
Icon = wxIcon() (see module wxIcon)
-
This = wxIconBundle()
-
See external documentation.
addIcon(This, File, Type) -> ok
-
Types:
-
This = wxIconBundle()
File = chardata() (see module unicode)
Type = integer()
-
This = wxIconBundle()
-
See external documentation.
getIcon(This) -> wxIcon() (see module wxIcon)
-
Types:
-
This = wxIconBundle()
-
This = wxIconBundle()
-
Equivalent to getIcon(This, []).
getIcon(This, Options::[Option]) -> wxIcon() (see module wxIcon)
-
Types:
-
This = wxIconBundle()
Option = {size, integer()}
-
This = wxIconBundle()
-
See external documentation.
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
AUTHORS
<>