1wxMask(3) Erlang Module Definition wxMask(3)
2
3
4
6 wxMask - See external documentation: wxMask.
7
9 See external documentation: wxMask.
10
12 wxMask():
13
14
15 An object reference, The representation is internal and can be
16 changed without notice. It can't be used for comparsion stored on
17 disc or distributed for use on other nodes.
18
20 new() -> wxMask()
21
22 See external documentation.
23
24 new(Bitmap) -> wxMask()
25
26 Types:
27
28 Bitmap = wxBitmap:wxBitmap()
29
30 See external documentation.
31
32 new(Bitmap, PaletteIndex) -> wxMask()
33 new(Bitmap, Colour) -> wxMask()
34
35 Types:
36
37 Bitmap = wxBitmap:wxBitmap()
38 PaletteIndex = integer()
39 Bitmap = wxBitmap:wxBitmap()
40 Colour = wx:wx_colour()
41
42 See external documentation.
43 Also:
44 new(Bitmap, Colour) -> wxMask() when
45 Bitmap::wxBitmap:wxBitmap(), Colour::wx:wx_colour().
46
47
48 create(This, Bitmap) -> boolean()
49
50 Types:
51
52 This = wxMask()
53 Bitmap = wxBitmap:wxBitmap()
54
55 See external documentation.
56
57 create(This, Bitmap, PaletteIndex) -> boolean()
58 create(This, Bitmap, Colour) -> boolean()
59
60 Types:
61
62 This = wxMask()
63 Bitmap = wxBitmap:wxBitmap()
64 PaletteIndex = integer()
65 This = wxMask()
66 Bitmap = wxBitmap:wxBitmap()
67 Colour = wx:wx_colour()
68
69 See external documentation.
70 Also:
71 create(This, Bitmap, Colour) -> boolean() when
72 This::wxMask(), Bitmap::wxBitmap:wxBitmap(),
73 Colour::wx:wx_colour().
74
75
76 destroy(This::wxMask()) -> ok
77
78 Destroys this object, do not use object again
79
81 <>
82
83
84
85 wx 1.9.3 wxMask(3)