Query: wxmask
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wxMask(3erl) Erlang Module Definition wxMask(3erl)NAMEwxMask - See external documentation: wxMask.DESCRIPTIONSee external documentation: wxMask .DATA TYPESwxMask() : 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.EXPORTSnew() -> wxMask() See external documentation . new(Bitmap::wxBitmap() (see module wxBitmap)) -> wxMask() See external documentation . new(Bitmap::wxBitmap() (see module wxBitmap), X::integer() | term()) -> wxMask() See external documentation . 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 . create(This::wxMask(), Bitmap::wxBitmap() (see module 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(This::wxMask()) -> ok Destroys this object, do not use object againAUTHORS<> wxErlang 0.98.9 wxMask(3erl)