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