abstract datatype: 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.
| destroy/1* | Destroys this object, do not use object again. |
| getColour/1* | See external documentation. |
| getStipple/1* | See external documentation. |
| getStyle/1* | See external documentation. |
| isHatch/1* | See external documentation. |
| isOk/1* | See external documentation. |
| new/0* | See external documentation. |
| new/1* | See external documentation. |
| new/2* | See external documentation. |
| setColour/2* | See external documentation. |
| setColour/4* | See external documentation. |
| setStipple/2* | See external documentation. |
| setStyle/2* | See external documentation. |
destroy(This::wxBrush()) -> ok
Destroys this object, do not use object again
getColour(This::wxBrush()) -> wx:colour()
getStipple(This::wxBrush()) -> wxBitmap:wxBitmap()
getStyle(This::wxBrush()) -> integer()
isHatch(This::wxBrush()) -> bool()
isOk(This::wxBrush()) -> bool()
new() -> wxBrush()
new(X::term()) -> wxBrush()
See external documentation.
Alternatives:
new(Colour::wx:colour(), Options::[Option]) -> wxBrush()
setColour(This::wxBrush(), Col::wx:colour()) -> ok
setColour(This::wxBrush(), R::integer(), G::integer(), B::integer()) -> ok
setStipple(This::wxBrush(), Stipple::wxBitmap:wxBitmap()) -> ok
setStyle(This::wxBrush(), Style::integer()) -> ok
Generated by EDoc, May 26 2008, 12:35:33.