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

Method SetSelectedColor

ui/UIListBox.cpp:824–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822void UIListBox::OnSelect() { UIGadget::OnSelect(); }
823
824void UIListBox::SetSelectedColor(ddgr_color col) { m_SelectColor = col; }
825
826void UIListBox::SetHiliteColor(ddgr_color col) { m_HiliteColor = col; }
827

Callers 5

DoMultiAllowedFunction · 0.80
MultiGameOptionsMenuFunction · 0.80
ListCreateFunction · 0.80
OldListCreateFunction · 0.80
msn_ShowDownloadChoicesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected