mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-12 02:58:14 +00:00
[idd] helper: implement mode deletion
This commit is contained in:
@@ -50,3 +50,8 @@ void CListBox::setSel(int index)
|
||||
if (!ListBox_SetCurSel(m_hwnd, index))
|
||||
DEBUG_ERROR("listbox: failed to set selection to %d", index);
|
||||
}
|
||||
|
||||
void CListBox::clear()
|
||||
{
|
||||
ListBox_ResetContent(m_hwnd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user