wxPen(3erl) | Erlang Module Definition | wxPen(3erl) |
wxPen - See external documentation: wxPen.
See external documentation: wxPen.
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.
new() -> wxPen()
See external documentation.
new(Colour) -> wxPen()
Types:
Equivalent to new(Colour, []).
new(Colour, Options::[Option]) -> wxPen()
Types:
See external documentation.
getCap(This) -> integer()
Types:
See external documentation.
getColour(This) -> wx:wx_colour4()
Types:
See external documentation.
getJoin(This) -> integer()
Types:
See external documentation.
getStyle(This) -> integer()
Types:
See external documentation.
getWidth(This) -> integer()
Types:
See external documentation.
isOk(This) -> boolean()
Types:
See external documentation.
setCap(This, CapStyle) -> ok
Types:
See external documentation.
CapStyle = integer
setColour(This, Colour) -> ok
Types:
See external documentation.
setColour(This, Red, Green, Blue) -> ok
Types:
See external documentation.
setJoin(This, JoinStyle) -> ok
Types:
See external documentation.
JoinStyle = integer
setStyle(This, Style) -> ok
Types:
See external documentation.
setWidth(This, Width) -> ok
Types:
See external documentation.
destroy(This::wxPen()) -> ok
Destroys this object, do not use object again
<>
wx 1.9.2 |