MCPcopy Create free account
hub / github.com/SOUI2/soui / SetCurSel

Method SetCurSel

SOUI/src/control/SComboView.cpp:139–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 BOOL SComboView::SetCurSel(int iSel)
140 {
141 if(m_pListBox->GetSel()==iSel)
142 return FALSE;
143 m_pListBox->SetSel(iSel);
144 OnSelChanged();
145 return TRUE;
146 }
147
148}

Callers

nothing calls this directly

Calls 2

OnSelChangedFunction · 0.85
SetSelMethod · 0.45

Tested by

no test coverage detected