| 824 | void UIListBox::SetSelectedColor(ddgr_color col) { m_SelectColor = col; } |
| 825 | |
| 826 | void UIListBox::SetHiliteColor(ddgr_color col) { m_HiliteColor = col; } |
| 827 | |
| 828 | // override: behavior when gadget loses input focus. |
| 829 | void UIListBox::OnLostFocus() { |
no outgoing calls
no test coverage detected