1wxArtProvider(3)           Erlang Module Definition           wxArtProvider(3)
2
3
4

NAME

6       wxArtProvider - See external documentation: wxArtProvider.
7

DESCRIPTION

9       See external documentation: wxArtProvider.
10

DATA TYPES

12         wxArtProvider():
13
14
15           An  object  reference,  The  representation  is internal and can be
16           changed without notice. It can't be used for comparsion  stored  on
17           disc or distributed for use on other nodes.
18

EXPORTS

20       getBitmap(Id) -> wxBitmap:wxBitmap()
21
22              Types:
23
24                 Id = unicode:chardata()
25
26              Equivalent to getBitmap(Id, []).
27
28       getBitmap(Id, Options::[Option]) -> wxBitmap:wxBitmap()
29
30              Types:
31
32                 Id = unicode:chardata()
33                 Option = {client, unicode:chardata()} | {size, {W::integer(),
34                 H::integer()}}
35
36              See external documentation.
37
38       getIcon(Id) -> wxIcon:wxIcon()
39
40              Types:
41
42                 Id = unicode:chardata()
43
44              Equivalent to getIcon(Id, []).
45
46       getIcon(Id, Options::[Option]) -> wxIcon:wxIcon()
47
48              Types:
49
50                 Id = unicode:chardata()
51                 Option = {client, unicode:chardata()} | {size, {W::integer(),
52                 H::integer()}}
53
54              See external documentation.
55

AUTHORS

57       <>
58
59
60
61                                   wx 1.8.7                   wxArtProvider(3)
Impressum