table of contents
other versions
- stretch 1:19.2.1+dfsg-2+deb9u2
 - testing 1:21.2.6+dfsg-1
 - unstable 1:21.2.6+dfsg-1
 - experimental 1:22.0.4+dfsg-1
 
| wxArtProvider(3erl) | Erlang Module Definition | wxArtProvider(3erl) | 
NAME¶
wxArtProvider - See external documentation: wxArtProvider.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: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()}}
Option = {client, unicode:chardata()} | {size, {W::integer(), H::integer()}}
See external documentation.
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()}}
Option = {client, unicode:chardata()} | {size, {W::integer(), H::integer()}}
See external documentation.
AUTHORS¶
<>| wx 1.8 |