DOKK / manpages / debian 11 / erlang-manpages / wxBrush.3erl.en
wxBrush(3erl) Erlang Module Definition wxBrush(3erl)

wxBrush - See external documentation: wxBrush.

See external documentation: 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.

new() -> wxBrush()

See external documentation.

new(Colour) -> wxBrush()
new(StippleBitmap) -> wxBrush()

Types:

Colour = wx:wx_colour()
StippleBitmap = wxBitmap:wxBitmap()

See external documentation.
Also:
new(StippleBitmap) -> wxBrush() when
StippleBitmap::wxBitmap:wxBitmap().

new(Colour, Options::[Option]) -> wxBrush()

Types:

Colour = wx:wx_colour()
Option = {style, integer()}

See external documentation.

getColour(This) -> wx:wx_colour4()

Types:

This = wxBrush()

See external documentation.

getStipple(This) -> wxBitmap:wxBitmap()

Types:

This = wxBrush()

See external documentation.

getStyle(This) -> integer()

Types:

This = wxBrush()

See external documentation.

isHatch(This) -> boolean()

Types:

This = wxBrush()

See external documentation.

isOk(This) -> boolean()

Types:

This = wxBrush()

See external documentation.

setColour(This, Col) -> ok

Types:

This = wxBrush()
Col = wx:wx_colour()

See external documentation.

setColour(This, R, G, B) -> ok

Types:

This = wxBrush()
R = integer()
G = integer()
B = integer()

See external documentation.

setStipple(This, Stipple) -> ok

Types:

This = wxBrush()
Stipple = wxBitmap:wxBitmap()

See external documentation.

setStyle(This, Style) -> ok

Types:

This = wxBrush()
Style = integer()

See external documentation.

destroy(This::wxBrush()) -> ok

Destroys this object, do not use object again

<>

wx 1.9.2