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