wxBrush

See external documentation: wxBrush.

See external documentation: wxBrush.

Functions


new() -> wxBrush()

See external documentation.

new(Colour) -> wxBrush()

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

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

See external documentation.

getColour(This) -> wx:wx_colour4()

See external documentation.

getStipple(This) -> wxBitmap:wxBitmap()

See external documentation.

getStyle(This) -> integer()

See external documentation.

isHatch(This) -> boolean()

See external documentation.

isOk(This) -> boolean()

See external documentation.

setColour(This, Col) -> ok

See external documentation.

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

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

See external documentation.

setStipple(This, Stipple) -> ok

See external documentation.

setStyle(This, Style) -> ok

See external documentation.

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

Destroys this object, do not use object again