Provided by: erlang-manpages_16.b.3-dfsg-1ubuntu2.2_all 

NAME
wxArtProvider - See external documentation: wxArtProvider.
DESCRIPTION
See external documentation: wxArtProvider.
DATA TYPES
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.
EXPORTS
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.
AUTHORS
<>
wx 1.1.1 wxArtProvider(3erl)