table of contents
- stretch 1:19.2.1+dfsg-2+deb9u2
- testing 1:21.2.6+dfsg-1
- unstable 1:21.2.6+dfsg-1
- experimental 1:22.0.4+dfsg-1
wxBrush(3erl) | Erlang Module Definition | wxBrush(3erl) |
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(Colour) -> wxBrush()
Types:
See external documentation.
Also:
new(StippleBitmap) -> wxBrush() when
StippleBitmap::wxBitmap:wxBitmap().
new(Colour, Options::[Option]) -> wxBrush()
Types:
Option = {style, integer()}
See external documentation.
getColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getStipple(This) -> wxBitmap:wxBitmap()
Types:
See external documentation.
getStyle(This) -> integer()
Types:
See external documentation.
isHatch(This) -> boolean()
Types:
See external documentation.
isOk(This) -> boolean()
Types:
See external documentation.
setColour(This, Col) -> ok
Types:
Col = wx:wx_colour()
See external documentation.
setColour(This, R, G, B) -> ok
Types:
R = integer()
G = integer()
B = integer()
See external documentation.
setStipple(This, Stipple) -> ok
Types:
Stipple = wxBitmap:wxBitmap()
See external documentation.
setStyle(This, Style) -> ok
Types:
Style = integer()
See external documentation.
destroy(This::wxBrush()) -> ok
Destroys this object, do not use object again
AUTHORS¶
<>wx 1.8 |