Module wxMask

See external documentation: wxMask.

Description

See external documentation: wxMask.

Data Types

wxMask()

abstract datatype: wxMask()

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

create/2*See external documentation.
create/3*See external documentation.
destroy/1*Destroys this object, do not use object again.
new/0*See external documentation.
new/1*See external documentation.
new/2*See external documentation.

Function Details

create/2 *

create(This::wxMask(), Bitmap::wxBitmap:wxBitmap()) -> bool()

See external documentation.

create/3 *

create(This::wxMask(), Bitmap::wxBitmap:wxBitmap(), X::integer() | term()) -> bool()

See external documentation.
Alternatives:

  • create(This::wxMask(), Bitmap::wxBitmap:wxBitmap(), PaletteIndex::integer()) -> bool()
  • create(This::wxMask(), Bitmap::wxBitmap:wxBitmap(), Colour::wx:colour()) -> bool()
  • destroy/1 *

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

    Destroys this object, do not use object again

    new/0 *

    new() -> wxMask()

    See external documentation.

    new/1 *

    new(Bitmap::wxBitmap:wxBitmap()) -> wxMask()

    See external documentation.

    new/2 *

    new(Bitmap::wxBitmap:wxBitmap(), X::integer() | term()) -> wxMask()

    See external documentation.
    Alternatives:

  • new(Bitmap::wxBitmap:wxBitmap(), PaletteIndex::integer()) -> wxMask()
  • new(Bitmap::wxBitmap:wxBitmap(), Colour::wx:colour()) -> wxMask()

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