table of contents
other versions
- jessie 1:17.3-dfsg-4+deb8u2
- jessie-backports 1:19.2.1+dfsg-2+deb9u1~bpo8+1
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.5+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0~rc1+dfsg-1
wxMask(3erl) | Erlang Module Definition | wxMask(3erl) |
NAME¶
wxMask - See external documentation: wxMask.DESCRIPTION¶
See external documentation: wxMask.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.
new(Bitmap) -> wxMask()
Types:
Bitmap = wxBitmap() (see module wxBitmap)
See external documentation.
new(Bitmap, PaletteIndex) -> wxMask()
Types:
Bitmap = wxBitmap() (see module wxBitmap)
PaletteIndex = integer()
See external documentation.
Also:
new(Bitmap, Colour) -> wxMask() when
Bitmap::wxBitmap:wxBitmap(), Colour::wx:wx_colour().
create(This, Bitmap) -> boolean()
Types:
This = wxMask()
Bitmap = wxBitmap() (see module wxBitmap)
See external documentation.
create(This, Bitmap, PaletteIndex) -> boolean()
Types:
This = wxMask()
Bitmap = wxBitmap() (see module wxBitmap)
PaletteIndex = integer()
See external documentation.
Also:
create(This, Bitmap, Colour) -> boolean() when
This::wxMask(), Bitmap::wxBitmap:wxBitmap(), Colour::wx:wx_colour().
destroy(This::wxMask()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.3.1 |