See external documentation: wxartprovider.
See external documentation: wxArtProvider.
wxArtProvider():
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.
getBitmap(Id) -> wxBitmap() (see module wxBitmap)
Types:
Id = chardata() (see module unicode)
Equivalent to getBitmap(Id, []).
getBitmap(Id, Option::[Option]) -> wxBitmap() (see module wxBitmap)
Types:
Id = chardata() (see module unicode)
Option = {client, chardata() (see module unicode)} | {size, {W::integer(), H::integer()}}
See external documentation.
getIcon(Id) -> wxIcon() (see module wxIcon)
Types:
Id = chardata() (see module unicode)
Equivalent to getIcon(Id, []).
getIcon(Id, Option::[Option]) -> wxIcon() (see module wxIcon)
Types:
Id = chardata() (see module unicode)
Option = {client, chardata() (see module unicode)} | {size, {W::integer(), H::integer()}}
See external documentation.
<>