// DrawButtonBorder() helper
void DoDrawBackground(wxDC& dc,
const wxColour& col,
// DrawButtonBorder() helper
void DoDrawBackground(wxDC& dc,
const wxColour& col,
{
// just fill it with the given or default bg colour
wxColour colBg = col.Ok() ? col : wxSCHEME_COLOUR(m_scheme, CONTROL);
{
// just fill it with the given or default bg colour
wxColour colBg = col.Ok() ? col : wxSCHEME_COLOUR(m_scheme, CONTROL);