wxBrush.3erl

Langue: en

Autres versions - même langue

Version: 290616 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

wxBrush - See external documentation: wxBrush.

DESCRIPTION

See external documentation: wxBrush <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html>.

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 <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html#wxbrushwxbrush>.

new(X::term()) -> wxBrush()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html#wxbrushwxbrush>.

 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 <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html#wxbrushwxbrush>.

getColour(This::wxBrush()) -> colour() (see module wx)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html#wxbrushgetcolour>.

getStipple(This::wxBrush()) -> wxBitmap() (see module wxBitmap)


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html#wxbrushgetstipple>.

getStyle(This::wxBrush()) -> integer()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html#wxbrushgetstyle>.

isHatch(This::wxBrush()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html#wxbrushishatch>.

isOk(This::wxBrush()) -> bool()


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html#wxbrushisok>.

setColour(This::wxBrush(), Col::colour() (see module wx)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html#wxbrushsetcolour>.

setColour(This::wxBrush(), R::integer(), G::integer(), B::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html#wxbrushsetcolour>.

setStipple(This::wxBrush(), Stipple::wxBitmap() (see module wxBitmap)) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html#wxbrushsetstipple>.

setStyle(This::wxBrush(), Style::integer()) -> ok


See external documentation <http://www.wxwidgets.org/manuals/stable/wx_wxbrush.html#wxbrushsetstyle>.

destroy(This::wxBrush()) -> ok


Destroys this object, do not use object again