1wxBrush(3) Erlang Module Definition wxBrush(3)
2
3
4
6 wxBrush - See external documentation: wxBrush.
7
9 See external documentation: wxBrush.
10
12 wxBrush():
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() -> wxBrush()
21
22 See external documentation.
23
24 new(Colour) -> wxBrush()
25 new(StippleBitmap) -> wxBrush()
26
27 Types:
28
29 Colour = wx:wx_colour()
30 StippleBitmap = wxBitmap:wxBitmap()
31
32 See external documentation.
33 Also:
34 new(StippleBitmap) -> wxBrush() when
35 StippleBitmap::wxBitmap:wxBitmap().
36
37
38 new(Colour, Options::[Option]) -> wxBrush()
39
40 Types:
41
42 Colour = wx:wx_colour()
43 Option = {style, integer()}
44
45 See external documentation.
46
47 getColour(This) -> wx:wx_colour4()
48
49 Types:
50
51 This = wxBrush()
52
53 See external documentation.
54
55 getStipple(This) -> wxBitmap:wxBitmap()
56
57 Types:
58
59 This = wxBrush()
60
61 See external documentation.
62
63 getStyle(This) -> integer()
64
65 Types:
66
67 This = wxBrush()
68
69 See external documentation.
70
71 isHatch(This) -> boolean()
72
73 Types:
74
75 This = wxBrush()
76
77 See external documentation.
78
79 isOk(This) -> boolean()
80
81 Types:
82
83 This = wxBrush()
84
85 See external documentation.
86
87 setColour(This, Col) -> ok
88
89 Types:
90
91 This = wxBrush()
92 Col = wx:wx_colour()
93
94 See external documentation.
95
96 setColour(This, R, G, B) -> ok
97
98 Types:
99
100 This = wxBrush()
101 R = integer()
102 G = integer()
103 B = integer()
104
105 See external documentation.
106
107 setStipple(This, Stipple) -> ok
108
109 Types:
110
111 This = wxBrush()
112 Stipple = wxBitmap:wxBitmap()
113
114 See external documentation.
115
116 setStyle(This, Style) -> ok
117
118 Types:
119
120 This = wxBrush()
121 Style = integer()
122
123 See external documentation.
124
125 destroy(This::wxBrush()) -> ok
126
127 Destroys this object, do not use object again
128
130 <>
131
132
133
134 wx 1.9.3.1 wxBrush(3)