Scroll to navigation

wxPen(3erl) Erlang Module Definition wxPen(3erl)

NAME

wxPen - See external documentation: wxPen.

DESCRIPTION

See external documentation: wxPen.

DATA TYPES

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.

EXPORTS

new() -> wxPen()

See external documentation.

new(Colour) -> wxPen()

Types:

Colour = wx:wx_colour()

Equivalent to new(Colour, []).

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

Types:

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

See external documentation.

getCap(This) -> integer()

Types:

This = wxPen()

See external documentation.

getColour(This) -> wx:wx_colour4()

Types:

This = wxPen()

See external documentation.

getJoin(This) -> integer()

Types:

This = wxPen()

See external documentation.

getStyle(This) -> integer()

Types:

This = wxPen()

See external documentation.

getWidth(This) -> integer()

Types:

This = wxPen()

See external documentation.

isOk(This) -> boolean()

Types:

This = wxPen()

See external documentation.

setCap(This, CapStyle) -> ok

Types:

This = wxPen()
CapStyle = wx:wx_enum()

See external documentation.
CapStyle = integer

setColour(This, Colour) -> ok

Types:

This = wxPen()
Colour = wx:wx_colour()

See external documentation.

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

Types:

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

See external documentation.

setJoin(This, JoinStyle) -> ok

Types:

This = wxPen()
JoinStyle = wx:wx_enum()

See external documentation.
JoinStyle = integer

setStyle(This, Style) -> ok

Types:

This = wxPen()
Style = integer()

See external documentation.

setWidth(This, Width) -> ok

Types:

This = wxPen()
Width = integer()

See external documentation.

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

Destroys this object, do not use object again

AUTHORS

<>

wx 1.9.2