wxBrush

See external documentation: wxBrush.

See external documentation: wxBrush.

Types


wxBrush() = wx:wx_object()

Functions


new() -> wxBrush()

See external documentation.

new(Colour) -> wxBrush()

  • Colour = wx_colour() (see module wx)

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

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

  • Colour = wx_colour() (see module wx)
  • Option = {style, integer()}

See external documentation.

getColour(This) -> wx_colour4() (see module wx)

  • This = wxBrush()

See external documentation.

getStipple(This) -> wxBitmap() (see module wxBitmap)

  • This = wxBrush()

See external documentation.

getStyle(This) -> integer()

  • This = wxBrush()

See external documentation.

isHatch(This) -> boolean()

  • This = wxBrush()

See external documentation.

isOk(This) -> boolean()

  • This = wxBrush()

See external documentation.

setColour(This, Col) -> ok

  • This = wxBrush()
  • Col = wx_colour() (see module wx)

See external documentation.

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

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

See external documentation.

setStipple(This, Stipple) -> ok

  • This = wxBrush()
  • Stipple = wxBitmap() (see module wxBitmap)

See external documentation.

setStyle(This, Style) -> ok

  • This = wxBrush()
  • Style = integer()

See external documentation.

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

Destroys this object, do not use object again