wxPen

See external documentation: wxPen.

See external documentation: wxPen.

Functions


new() -> wxPen()

See external documentation.

new(Colour) -> wxPen()

Equivalent to new(Colour, []).

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

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

See external documentation.

getCap(This) -> integer()

See external documentation.

getColour(This) -> wx:wx_colour4()

See external documentation.

getJoin(This) -> integer()

See external documentation.

getStyle(This) -> integer()

See external documentation.

getWidth(This) -> integer()

See external documentation.

isOk(This) -> boolean()

See external documentation.

setCap(This, CapStyle) -> ok

See external documentation.
CapStyle = integer

setColour(This, Colour) -> ok

See external documentation.

setColour(This, Red, Green, Blue) -> ok

  • This = wxPen()
  • Red = integer()
  • Green = integer()
  • Blue = integer()

See external documentation.

setJoin(This, JoinStyle) -> ok

See external documentation.
JoinStyle = integer

setStyle(This, Style) -> ok

See external documentation.

setWidth(This, Width) -> ok

See external documentation.

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

Destroys this object, do not use object again