Module wxIconBundle

See external documentation: wxIconBundle.

Description

See external documentation: wxIconBundle.

Data Types

wxIconBundle()

abstract datatype: 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.

Function Index

addIcon/2*See external documentation.
addIcon/3*See external documentation.
destroy/1*Destroys this object, do not use object again.
getIcon/1*Equivalent to getIcon(This, []).
getIcon/2*See external documentation.
new/0*See external documentation.
new/1*See external documentation.
new/2*See external documentation.

Function Details

addIcon/2 *

addIcon(This::wxIconBundle(), Icon::wxIcon:wxIcon()) -> ok

See external documentation.

addIcon/3 *

addIcon(This::wxIconBundle(), File::string(), Type::integer()) -> ok

See external documentation.

destroy/1 *

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

Destroys this object, do not use object again

getIcon/1 *

getIcon(This::wxIconBundle()) -> wxIcon:wxIcon()

Equivalent to getIcon(This, []).

getIcon/2 *

getIcon(This::wxIconBundle(), X::term()) -> wxIcon:wxIcon()

See external documentation.
Alternatives:

  • getIcon(This::wxIconBundle(), [Option]) -> wxIcon:wxIcon()
    Option = {size, integer()}
  • getIcon(This::wxIconBundle(), Size::{W::integer(),H::integer()}) -> wxIcon:wxIcon()
  • new/0 *

    new() -> wxIconBundle()

    See external documentation.

    new/1 *

    new(Ic::wxIconBundle() | wxIcon:wxIcon()) -> wxIconBundle()

    See external documentation.

    new/2 *

    new(File::string(), Type::integer()) -> wxIconBundle()

    See external documentation.


    Generated by EDoc, May 26 2008, 12:35:33.