.TH wxArtProvider 3erl "wx 1.8" "" "Erlang Module Definition" .SH NAME wxArtProvider \- See external documentation: wxArtProvider. .SH DESCRIPTION .LP See external documentation: wxArtProvider\&. .SH "DATA TYPES" .RS 2 .TP 2 .B wxArtProvider(): .RS 2 .LP 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\&. .RE .RE .SH EXPORTS .LP .B getBitmap(Id) -> \fBwxBitmap:wxBitmap()\fR\& .br .RS .LP Types: .RS 3 Id = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP Equivalent to \fBgetBitmap(Id, [])\fR\&\&. .RE .LP .B getBitmap(Id, Options::[Option]) -> \fBwxBitmap:wxBitmap()\fR\& .br .RS .LP Types: .RS 3 Id = \fBunicode:chardata()\fR\& .br Option = {client, \fBunicode:chardata()\fR\&} | {size, {W::integer(), H::integer()}} .br .RE .RE .RS .LP See external documentation\&. .RE .LP .B getIcon(Id) -> \fBwxIcon:wxIcon()\fR\& .br .RS .LP Types: .RS 3 Id = \fBunicode:chardata()\fR\& .br .RE .RE .RS .LP Equivalent to \fBgetIcon(Id, [])\fR\&\&. .RE .LP .B getIcon(Id, Options::[Option]) -> \fBwxIcon:wxIcon()\fR\& .br .RS .LP Types: .RS 3 Id = \fBunicode:chardata()\fR\& .br Option = {client, \fBunicode:chardata()\fR\&} | {size, {W::integer(), H::integer()}} .br .RE .RE .RS .LP See external documentation\&. .RE .SH AUTHORS .LP .I <>