////////////////////////////////////////////////////////////////////////
| 69 | |
| 70 | ///////////////////////////////////////////////////////////////////////////// |
| 71 | void CColorFrameCtrl::SetBackgroundBrushColour(const wxColour& colour) |
| 72 | { |
| 73 | m_brushBack = *(wxTheBrushList->FindOrCreateBrush(colour, wxBRUSHSTYLE_SOLID)); |
| 74 | |
| 75 | // clear out the existing garbage, re-start with a clean plot |
| 76 | Refresh(FALSE); |
| 77 | } // SetBackgroundColor |
| 78 | |
| 79 | |
| 80 | //////////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected