wxArtProvider
MODULE
wxArtProvider
MODULE SUMMARY
See external documentation: wxArtProvider.
DESCRIPTION
See external documentation: wxArtProvider.
DATA TYPES
EXPORTS
getBitmap(Id) -> wxBitmap() (see module wxBitmap)
Types:
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()}}
getIcon(Id) -> wxIcon() (see module wxIcon)
Types:
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()}}