wxBrush
(wx)See external documentation: wxBrush.
See external documentation:
Functions
new() -> wxBrush()
See
new(Colour) -> wxBrush()
Colour = wx:wx_colour()
See
Also:
new(StippleBitmap) -> wxBrush() when
StippleBitmap::wxBitmap:wxBitmap().
new(Colour, Options::[Option]) -> wxBrush()
Colour = wx:wx_colour()
Option = {style, integer()}
See
setColour(This, R, G, B) -> ok
This = wxBrush()
R = integer()
G = integer()
B = integer()
See
setStipple(This, Stipple) -> ok
This = wxBrush()
Stipple = wxBitmap:wxBitmap()
See
destroy(This::wxBrush()) -> ok
Destroys this object, do not use object again