MCPcopy Create free account
hub / github.com/amule-project/amule / SetBackgroundBrushColour

Method SetBackgroundBrushColour

src/ColorFrameCtrl.cpp:71–77  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

69
70/////////////////////////////////////////////////////////////////////////////
71void 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////////////////////////////////////////////////////////////////////////////

Callers 2

ApplyStatsColorMethod · 0.80
SetGraphColorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected