DOKK / manpages / debian 11 / erlang-manpages / wxIconBundle.3erl.en
wxIconBundle(3erl) Erlang Module Definition wxIconBundle(3erl)

wxIconBundle - See external documentation: wxIconBundle.

See external documentation: wxIconBundle.

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.

new() -> wxIconBundle()

See external documentation.

new(Ic) -> wxIconBundle()

Types:

Ic = wxIconBundle() | wxIcon:wxIcon()

See external documentation.

new(File, Type) -> wxIconBundle()

Types:

File = unicode:chardata()
Type = integer()

See external documentation.

addIcon(This, Icon) -> ok

Types:

This = wxIconBundle()
Icon = wxIcon:wxIcon()

See external documentation.

addIcon(This, File, Type) -> ok

Types:

This = wxIconBundle()
File = unicode:chardata()
Type = integer()

See external documentation.

getIcon(This) -> wxIcon:wxIcon()

Types:

This = wxIconBundle()

Equivalent to getIcon(This, []).

getIcon(This, Options::[Option]) -> wxIcon:wxIcon()
getIcon(This, Size) -> wxIcon:wxIcon()

Types:

This = wxIconBundle()
Option = {size, integer()}
This = wxIconBundle()
Size = {W::integer(), H::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

<>

wx 1.9.2