wxIconBundle

See external documentation: wxIconBundle.

See external documentation: wxIconBundle.

Types


wxIconBundle() = wx:wx_object()

Functions


new() -> wxIconBundle()

See external documentation.

new(Ic) -> wxIconBundle()

  • Ic = wxIconBundle() | wxIcon() (see module wxIcon)

See external documentation.

new(File, Type) -> wxIconBundle()

  • File = chardata() (see module unicode)
  • Type = integer()

See external documentation.

addIcon(This, Icon) -> ok

  • This = wxIconBundle()
  • Icon = wxIcon() (see module wxIcon)

See external documentation.

addIcon(This, File, Type) -> ok

  • This = wxIconBundle()
  • File = chardata() (see module unicode)
  • Type = integer()

See external documentation.

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

  • This = wxIconBundle()

Equivalent to getIcon(This, []).

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

  • This = wxIconBundle()
  • Option = {size, integer()}

See external documentation.
Also:
getIcon(This, Size) -> wxIcon:wxIcon() when
This::wxIconBundle(), Size::{W::integer(), H::integer()}.

destroy(This::wxIconBundle()) -> ok

Destroys this object, do not use object again