linux man page for wxbrush

Query: wxbrush

OS: linux

Section: 3erl

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

wxBrush(3erl)						     Erlang Module Definition						     wxBrush(3erl)

NAME
wxBrush - See external documentation: wxBrush.
DESCRIPTION
See external documentation: wxBrush .
DATA TYPES
wxBrush() : 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() -> wxBrush() See external documentation . new(X::term()) -> wxBrush() See external documentation . Alternatives: new(Colour::wx:colour()) -> new(Colour, []) new(StippleBitmap::wxBitmap:wxBitmap()) -> wxBrush() new(Colour::colour() (see module wx), Options::[Option]) -> wxBrush() Types Option = {style, integer()} See external documentation . getColour(This::wxBrush()) -> colour() (see module wx) See external documentation . getStipple(This::wxBrush()) -> wxBitmap() (see module wxBitmap) See external documentation . getStyle(This::wxBrush()) -> integer() See external documentation . isHatch(This::wxBrush()) -> bool() See external documentation . isOk(This::wxBrush()) -> bool() See external documentation . setColour(This::wxBrush(), Col::colour() (see module wx)) -> ok See external documentation . setColour(This::wxBrush(), R::integer(), G::integer(), B::integer()) -> ok See external documentation . setStipple(This::wxBrush(), Stipple::wxBitmap() (see module wxBitmap)) -> ok See external documentation . setStyle(This::wxBrush(), Style::integer()) -> ok See external documentation . destroy(This::wxBrush()) -> ok Destroys this object, do not use object again
AUTHORS
<> wxErlang 0.98.9 wxBrush(3erl)
Related Man Pages
wxbitmapbutton(3erl) - linux
wxbrush(3erl) - linux
wxgraphicscontext(3erl) - linux
wxpen(3erl) - linux
wxregion(3erl) - linux
Similar Topics in the Unix Linux Community
Joining Three Files
Extracting a certain pattern..
Colour code in shell script