wxBrush.3erl

Langue: en

Autres versions - même langue

Version: 355292 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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. .br 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

<>