wxMask
Module
wxMask
Module Summary
See external documentation: wxMask.
Description
See external documentation: wxMask.
DATA TYPES
Exports
new() -> wxMask()
new(Bitmap) -> wxMask()
Types
Bitmap = wxBitmap:wxBitmap()
new(Bitmap, PaletteIndex) -> wxMask()
See external documentation.
Also:
new(Bitmap, Colour) -> wxMask() when
Bitmap::wxBitmap:wxBitmap(), Colour::wx:wx_colour().
create(This, Bitmap) -> boolean()
create(This, Bitmap, PaletteIndex) -> boolean()
See external documentation.
Also:
create(This, Bitmap, Colour) -> boolean() when
This::wxMask(), Bitmap::wxBitmap:wxBitmap(), Colour::wx:wx_colour().
destroy(This::wxMask()) -> ok