wxBrush::wxBrush

void wxBrush(void)

void wxBrush(wxColour &colour, int style)

void wxBrush(char *colour_name, int style)

Constructs a brush: uninitialized, initialized with an RGB colour and a style, or initialized using a colour name and a style. If the named colour form is used, an appropriate wxColour structure is found in the colour database. See wxColour.