Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxpen(3erl) [linux man page]

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

NAME
wxPen - See external documentation: wxPen. DESCRIPTION
See external documentation: wxPen . DATA TYPES
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. EXPORTS
new() -> wxPen() See external documentation . new(Colour::colour() (see module wx)) -> wxPen() Equivalent to new(Colour, []) . new(Colour::colour() (see module wx), Options::[Option]) -> wxPen() Types Option = {width, integer()} | {style, integer()} See external documentation . getCap(This::wxPen()) -> integer() See external documentation . getColour(This::wxPen()) -> colour() (see module wx) See external documentation . getJoin(This::wxPen()) -> integer() See external documentation . getStyle(This::wxPen()) -> integer() See external documentation . getWidth(This::wxPen()) -> integer() See external documentation . isOk(This::wxPen()) -> bool() See external documentation . setCap(This::wxPen(), CapStyle::integer()) -> ok See external documentation . setColour(This::wxPen(), Colour::colour() (see module wx)) -> ok See external documentation . setColour(This::wxPen(), Red::integer(), Green::integer(), Blue::integer()) -> ok See external documentation . setJoin(This::wxPen(), JoinStyle::integer()) -> ok See external documentation . setStyle(This::wxPen(), Style::integer()) -> ok See external documentation . setWidth(This::wxPen(), Width::integer()) -> ok See external documentation . destroy(This::wxPen()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxPen(3erl)

Check Out this Related Man Page

wxGraphicsRenderer(3erl)				     Erlang Module Definition					  wxGraphicsRenderer(3erl)

NAME
wxGraphicsRenderer - See external documentation: wxGraphicsRenderer. DESCRIPTION
See external documentation: wxGraphicsRenderer . DATA TYPES
wxGraphicsRenderer() : 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
getDefaultRenderer() -> wxGraphicsRenderer() See external documentation . createContext(This::wxGraphicsRenderer(), Dc::wxWindowDC() (see module wxWindowDC) | wxWindow() (see module wxWindow)) -> wxGraphicsCon- text() (see module wxGraphicsContext) See external documentation . createPen(This::wxGraphicsRenderer(), Pen::wxPen() (see module wxPen)) -> wxGraphicsPen() (see module wxGraphicsPen) See external documentation . createBrush(This::wxGraphicsRenderer(), Brush::wxBrush() (see module wxBrush)) -> wxGraphicsBrush() (see module wxGraphicsBrush) See external documentation . createLinearGradientBrush(This::wxGraphicsRenderer(), X1::float(), Y1::float(), X2::float(), Y2::float(), C1::colour() (see module wx), C2::colour() (see module wx)) -> wxGraphicsBrush() (see module wxGraphicsBrush) See external documentation . createRadialGradientBrush(This::wxGraphicsRenderer(), Xo::float(), Yo::float(), Xc::float(), Yc::float(), Radius::float(), OColor::colour() (see module wx), CColor::colour() (see module wx)) -> wxGraphicsBrush() (see module wxGraphicsBrush) See external documentation . createFont(This::wxGraphicsRenderer(), Font::wxFont() (see module wxFont)) -> wxGraphicsFont() (see module wxGraphicsFont) Equivalent to createFont(This, Font, []) . createFont(This::wxGraphicsRenderer(), Font::wxFont() (see module wxFont), Options::[Option]) -> wxGraphicsFont() (see module wxGraphics- Font) Types Option = {col, colour() (see module wx)} See external documentation . createMatrix(This::wxGraphicsRenderer()) -> wxGraphicsMatrix() (see module wxGraphicsMatrix) Equivalent to createMatrix(This, []) . createMatrix(This::wxGraphicsRenderer(), Options::[Option]) -> wxGraphicsMatrix() (see module wxGraphicsMatrix) Types Option = {a, float()} | {b, float()} | {c, float()} | {d, float()} | {tx, float()} | {ty, float()} See external documentation . createPath(This::wxGraphicsRenderer()) -> wxGraphicsPath() (see module wxGraphicsPath) See external documentation . AUTHORS
<> wxErlang 0.98.9 wxGraphicsRenderer(3erl)
Man Page