Searched refs:Deselect (Results 1 – 5 of 5) sorted by relevance
76 void Deselect(int32_t nItemIndex);
303 void CPWL_ListBox::Deselect(int32_t nItemIndex) { in Deselect() function in CPWL_ListBox304 m_pList->Deselect(nItemIndex); in Deselect()
74 void Deselect(int32_t nItemIndex);
407 void CPWL_ListCtrl::Deselect(int32_t nItemIndex) { in Deselect() function in CPWL_ListCtrl
208 pListBox->Deselect(index); in SetIndexSelected()