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