wxbrush(3) - Linux man page
Name
wxBrush - See external documentation: wxBrush.Description
See external documentation: wxBrush.
Data Types
- wxBrush():
An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes.
Exports
new() -> wxBrush()
See external documentation.
new(X::term()) -> wxBrush()
See external documentation.
Alternatives:new(Colour::wx:colour()) -> new(Colour, [])
new(StippleBitmap::wxBitmap:wxBitmap()) -> wxBrush()
new(Colour::colour() (see module wx), Options::[Option]) -> wxBrush()
- Types:
Option = {style, integer()}
See external documentation.
getColour(This::wxBrush()) -> colour() (see module wx)
See external documentation.
getStipple(This::wxBrush()) -> wxBitmap() (see module wxBitmap)
See external documentation.
getStyle(This::wxBrush()) -> integer()
See external documentation.
isHatch(This::wxBrush()) -> bool()
See external documentation.
isOk(This::wxBrush()) -> bool()
See external documentation.
setColour(This::wxBrush(), Col::colour() (see module wx)) -> ok
See external documentation.
setColour(This::wxBrush(), R::integer(), G::integer(), B::integer()) -> ok
See external documentation.
setStipple(This::wxBrush(), Stipple::wxBitmap() (see module wxBitmap)) -> ok
See external documentation.
setStyle(This::wxBrush(), Style::integer()) -> ok
See external documentation.
destroy(This::wxBrush()) -> ok
Destroys this object, do not use object again
Authors
<>