wxMask.3erl

Langue: en

Autres versions - même langue

Version: 271888 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxMask - See external documentation: wxMask.

DESCRIPTION

See external documentation: wxMask <http://www.wxwidgets.org/manuals/stable/wx_wxmask.html>.

DATA TYPES

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.

EXPORTS

new() -> wxMask()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxmask.html#wxmaskwxmask>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxmask.html#wxmaskwxmask>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxmask.html#wxmaskwxmask>.

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

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxmask.html#wxmaskcreate>.

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


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxmask.html#wxmaskcreate>.

 Alternatives: 
create(This::wxMask(), Bitmap::wxBitmap:wxBitmap(), PaletteIndex::integer()) -> bool()
create(This::wxMask(), Bitmap::wxBitmap:wxBitmap(), Colour::wx:colour()) -> bool()

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


Destroys this object, do not use object again