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