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)NAMEwxBrush - See external documentation: wxBrush.DESCRIPTIONSee external documentation: wxBrush .DATA TYPESwxBrush() : 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.EXPORTSnew() -> 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 againAUTHORS<> wxErlang 0.98.9 wxBrush(3erl)
Related Man Pages |
---|
wxbuffereddc(3erl) - linux |
wxfontdata(3erl) - linux |
wxgraphicsrenderer(3erl) - linux |
wxmask(3erl) - linux |
wxmenuitem(3erl) - linux |
Similar Topics in the Unix Linux Community |
---|
Joining Three Files |
Extracting a certain pattern.. |
Colour code in shell script |