| 822 | void UIListBox::OnSelect() { UIGadget::OnSelect(); } |
| 823 | |
| 824 | void UIListBox::SetSelectedColor(ddgr_color col) { m_SelectColor = col; } |
| 825 | |
| 826 | void UIListBox::SetHiliteColor(ddgr_color col) { m_HiliteColor = col; } |
| 827 |
no outgoing calls
no test coverage detected