wxArtProvider

See external documentation: wxArtProvider.

See external documentation: wxArtProvider.

Types


wxArtProvider() = wx:wx_object()

Functions


getBitmap(Id) -> wxBitmap() (see module wxBitmap)

  • Id = chardata() (see module unicode)

Equivalent to getBitmap(Id, []).

getBitmap(Id, Option::[Option]) -> wxBitmap() (see module wxBitmap)

  • Id = chardata() (see module unicode)
  • Option = {client, chardata() (see module unicode)} | {size, {W::integer(), H::integer()}}

See external documentation.

getIcon(Id) -> wxIcon() (see module wxIcon)

  • Id = chardata() (see module unicode)

Equivalent to getIcon(Id, []).

getIcon(Id, Option::[Option]) -> wxIcon() (see module wxIcon)

  • Id = chardata() (see module unicode)
  • Option = {client, chardata() (see module unicode)} | {size, {W::integer(), H::integer()}}

See external documentation.