MCPcopy Create free account
hub / github.com/ColorCop/ColorCop / ~CLabel

Method ~CLabel

ColorCop/Label.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28CLabel::~CLabel() {
29 m_font.DeleteObject();
30 ::DeleteObject(m_hBrush);
31}
32
33CLabel& CLabel::SetText(const CString& strText) {
34 SetWindowText(strText);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected