wxPen

See external documentation: wxPen.

See external documentation: wxPen.

Functions


new() -> wxPen()

See external documentation.

new(Colour) -> wxPen()

  • Colour = wx_colour() (see module wx)

Equivalent to new(Colour, []).

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

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

See external documentation.

getCap(This) -> integer()

  • This = wxPen()

See external documentation.

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

  • This = wxPen()

See external documentation.

getJoin(This) -> integer()

  • This = wxPen()

See external documentation.

getStyle(This) -> integer()

  • This = wxPen()

See external documentation.

getWidth(This) -> integer()

  • This = wxPen()

See external documentation.

isOk(This) -> boolean()

  • This = wxPen()

See external documentation.

setCap(This, CapStyle) -> ok

  • This = wxPen()
  • CapStyle = wx_enum() (see module wx)

See external documentation.
CapStyle = integer

setColour(This, Colour) -> ok

  • This = wxPen()
  • Colour = wx_colour() (see module wx)

See external documentation.

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

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

See external documentation.

setJoin(This, JoinStyle) -> ok

  • This = wxPen()
  • JoinStyle = wx_enum() (see module wx)

See external documentation.
JoinStyle = integer

setStyle(This, Style) -> ok

  • This = wxPen()
  • Style = integer()

See external documentation.

setWidth(This, Width) -> ok

  • This = wxPen()
  • Width = integer()

See external documentation.

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

Destroys this object, do not use object again