/**
@class wxBrush
- @wxheader{brush.h}
A brush is a drawing tool for filling in areas. It is used for painting
the background of rectangles, ellipses, etc. It has a colour and a style.
constructor has been used (for example, the brush is a member of a class, or
@NULL has been assigned to it).
*/
- bool IsOk() const;
+ virtual bool IsOk() const;
//@{
/**
@see GetColour()
*/
- virtual void SetColour(wxColour& colour);
+ virtual void SetColour(const wxColour& colour);
virtual void SetColour(unsigned char red, unsigned char green, unsigned char blue);
//@}
/**
@class wxBrushList
- @wxheader{gdicmn.h}
A brush list is a list containing all brushes which have been created.