Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OnSelChanged
Function · 0.85
SetSel
Method · 0.45
Tested by
no test coverage detected