wxErlang

Reference Manual

Version 1.8.3

Table of Contents

wxBrush

Module

wxBrush

Module Summary

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()

new(Colour) -> wxBrush()

Types

Colour = wx:wx_colour()

See external documentation.
Also:
new(StippleBitmap) -> wxBrush() when
StippleBitmap::wxBitmap:wxBitmap().

new(Colour, Options::[Option]) -> wxBrush()

Types

Colour = wx:wx_colour()
Option = {style, integer()}

getColour(This) -> wx:wx_colour4()

Types

This = wxBrush()

getStipple(This) -> wxBitmap:wxBitmap()

Types

This = wxBrush()

getStyle(This) -> integer()

Types

This = wxBrush()

isHatch(This) -> boolean()

Types

This = wxBrush()

isOk(This) -> boolean()

Types

This = wxBrush()

setColour(This, Col) -> ok

Types

This = wxBrush()

setColour(This, R, G, B) -> ok

Types

This = wxBrush()
R = integer()
G = integer()
B = integer()

setStipple(This, Stipple) -> ok

Types

This = wxBrush()

setStyle(This, Style) -> ok

Types

This = wxBrush()
Style = integer()

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

Destroys this object, do not use object again