wxArtProvider
MODULE
wxArtProvider
MODULE SUMMARY
See external documentation: wxArtProvider.
DESCRIPTION
See external documentation: wxArtProvider.
DATA TYPES
EXPORTS
getBitmap(Id::string()) -> wxBitmap() (see module wxBitmap)
Equivalent to getBitmap(Id, []).
getBitmap(Id::string(), Options::[Option]) -> wxBitmap() (see module wxBitmap)
Types:
Option = {client, string()} | {size, {W::integer(), H::integer()}}
getIcon(Id::string()) -> wxIcon() (see module wxIcon)
Equivalent to getIcon(Id, []).
getIcon(Id::string(), Options::[Option]) -> wxIcon() (see module wxIcon)
Types:
Option = {client, string()} | {size, {W::integer(), H::integer()}}