@see SetColour()
*/
- wxColour& GetColour() const;
+ virtual wxColour GetColour() const;
/**
Gets a pointer to the stipple bitmap. If the brush does not have a wxBRUSHSTYLE_STIPPLE
@see SetStipple()
*/
- wxBitmap* GetStipple() const;
+ virtual wxBitmap* GetStipple() const;
/**
Returns the brush style, one of the ::wxBrushStyle values.
@see GetColour()
*/
- void SetColour(wxColour& colour);
- void SetColour(const wxString& colourName);
- void SetColour(unsigned char red, unsigned char green, unsigned char blue);
+ virtual void SetColour(wxColour& colour);
+ virtual void SetColour(unsigned char red, unsigned char green, unsigned char blue);
//@}
/**
@see wxBitmap
*/
- void SetStipple(const wxBitmap& bitmap);
+ virtual void SetStipple(const wxBitmap& bitmap);
/**
Sets the brush style.
@see GetStyle()
*/
- void SetStyle(wxBrushStyle style);
+ virtual void SetStyle(wxBrushStyle style);
/**
Inequality operator.