MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / SetTextColor

Method SetTextColor

legacy/D3Launch/TitleTip.cpp:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75void CTitleTip::SetBkColor(COLORREF crColor) { m_clrBackground = crColor; }
76
77void CTitleTip::SetTextColor(COLORREF crColor) { m_clrText = crColor; }
78
79/////////////////////////////////////////////////////////////////////////////
80// CTitleTip message handlers

Callers 12

CtlColorMethod · 0.80
GetVersionNfoMethod · 0.80
OnYesMethod · 0.80
DrawItemMethod · 0.80
DrawItemMethod · 0.80
ShowTitleTipMethod · 0.80
ShowMethod · 0.80
DrawItemMethod · 0.80
OnPaintMethod · 0.80
draw_tile_captionMethod · 0.80
DrawCaptionMethod · 0.80
OnPaintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected