Module wxImageList

See external documentation: wxImageList.

Description

See external documentation: wxImageList.

Data Types

wxImageList()

abstract datatype: wxImageList()

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

add/2*See external documentation.
add/3*See external documentation.
create/3*Equivalent to create(This, Width, Height, []).
create/4*See external documentation.
destroy/1*Destroys this object, do not use object again.
draw/5*Equivalent to draw(This, Index, Dc, X, Y, []).
draw/6*See external documentation.
getBitmap/2*See external documentation.
getIcon/2*See external documentation.
getImageCount/1*See external documentation.
getSize/2*See external documentation.
new/0*See external documentation.
new/2*Equivalent to new(Width, Height, []).
new/3*See external documentation.
remove/2*See external documentation.
removeAll/1*See external documentation.
replace/3*See external documentation.
replace/4*See external documentation.

Function Details

add/2 *

add(This::wxImageList(), Bitmap::wxBitmap:wxBitmap()) -> integer()

See external documentation.

add/3 *

add(This::wxImageList(), Bitmap::wxBitmap:wxBitmap(), X::term()) -> integer()

See external documentation.
Alternatives:

  • add(This::wxImageList(), Bitmap::wxBitmap:wxBitmap(), Mask::wxBitmap:wxBitmap()) -> integer()
  • add(This::wxImageList(), Bitmap::wxBitmap:wxBitmap(), MaskColour::wx:colour()) -> integer()
  • create/3 *

    create(This::wxImageList(), Width::integer(), Height::integer()) -> bool()

    Equivalent to create(This, Width, Height, []).

    create/4 *

    create(This::wxImageList(), Width::integer(), Height::integer(), Options::[Option]) -> bool()

    See external documentation.

    destroy/1 *

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

    Destroys this object, do not use object again

    draw/5 *

    draw(This::wxImageList(), Index::integer(), Dc::wxDC:wxDC(), X::integer(), Y::integer()) -> bool()

    Equivalent to draw(This, Index, Dc, X, Y, []).

    draw/6 *

    draw(This::wxImageList(), Index::integer(), Dc::wxDC:wxDC(), X::integer(), Y::integer(), Options::[Option]) -> bool()

    See external documentation.

    getBitmap/2 *

    getBitmap(This::wxImageList(), Index::integer()) -> wxBitmap:wxBitmap()

    See external documentation.

    getIcon/2 *

    getIcon(This::wxImageList(), Index::integer()) -> wxIcon:wxIcon()

    See external documentation.

    getImageCount/1 *

    getImageCount(This::wxImageList()) -> integer()

    See external documentation.

    getSize/2 *

    getSize(This::wxImageList(), Index::integer()) -> {bool(), Width::integer(), Height::integer()}

    See external documentation.

    new/0 *

    new() -> wxImageList()

    See external documentation.

    new/2 *

    new(Width::integer(), Height::integer()) -> wxImageList()

    Equivalent to new(Width, Height, []).

    new/3 *

    new(Width::integer(), Height::integer(), Options::[Option]) -> wxImageList()

    See external documentation.

    remove/2 *

    remove(This::wxImageList(), Index::integer()) -> bool()

    See external documentation.

    removeAll/1 *

    removeAll(This::wxImageList()) -> bool()

    See external documentation.

    replace/3 *

    replace(This::wxImageList(), Index::integer(), Bitmap::wxBitmap:wxBitmap()) -> bool()

    See external documentation.

    replace/4 *

    replace(This::wxImageList(), Index::integer(), Bitmap::wxBitmap:wxBitmap(), Mask::wxBitmap:wxBitmap()) -> bool()

    See external documentation.


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