wxIconBundle
MODULE
wxIconBundle
MODULE SUMMARY
See external documentation: wxIconBundle.
DESCRIPTION
See external documentation: wxIconBundle.
DATA TYPES
EXPORTS
Types:
Ic = wxIconBundle() | wxIcon() (see module wxIcon)
new(File, Type) -> wxIconBundle()
Types:
File = chardata() (see module unicode)
Type = integer()
Types:
This = wxIconBundle()
Icon = wxIcon() (see module wxIcon)
addIcon(This, File, Type) -> ok
Types:
This = wxIconBundle()
File = chardata() (see module unicode)
Type = integer()
getIcon(This) -> wxIcon() (see module wxIcon)
Types:
This = wxIconBundle()
Equivalent to getIcon(This, []).
getIcon(This, Options::[Option]) -> wxIcon() (see module wxIcon)
Types:
This = wxIconBundle()
Option = {size, integer()}
See external documentation.
Also:
getIcon(This, Size) -> wxIcon:wxIcon() when
This::wxIconBundle(), Size::{W::integer(), H::integer()}.