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
34 Types:
35
36 Bitmap = wxBitmap:wxBitmap()
37 PaletteIndex = integer()
38
39 See external documentation.
40 Also:
41 new(Bitmap, Colour) -> wxMask() when
42 Bitmap::wxBitmap:wxBitmap(), Colour::wx:wx_colour().
43
44
45 create(This, Bitmap) -> boolean()
46
47 Types:
48
49 This = wxMask()
50 Bitmap = wxBitmap:wxBitmap()
51
52 See external documentation.
53
54 create(This, Bitmap, PaletteIndex) -> boolean()
55
56 Types:
57
58 This = wxMask()
59 Bitmap = wxBitmap:wxBitmap()
60 PaletteIndex = integer()
61
62 See external documentation.
63 Also:
64 create(This, Bitmap, Colour) -> boolean() when
65 This::wxMask(), Bitmap::wxBitmap:wxBitmap(),
66 Colour::wx:wx_colour().
67
68
69 destroy(This::wxMask()) -> ok
70
71 Destroys this object, do not use object again
72
74 <>
75
76
77
78 wx 1.9 wxMask(3)