wxArtProvider.3erl

Langue: en

Autres versions - même langue

Version: 292872 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxArtProvider - See external documentation: wxArtProvider.

DESCRIPTION

See external documentation: wxArtProvider <http://www.wxwidgets.org/manuals/stable/wx_wxartprovider.html>.

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::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()}}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxartprovider.html#wxartprovidergetbitmap>.

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()}}

See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxartprovider.html#wxartprovidergeticon>.