Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ariccio/altWinDirStat
/ SetText
Method
SetText
Reference code/osImageTool/ComboBoxControl.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void ComboBoxControl::SetText(const std::string& text)
38
{
39
m_cb->SetWindowText(CString(text.c_str()));
40
}
41
42
bool ComboBoxControl::GetSelection(int& index) const
43
{
Callers
1
InitInstance
Method · 0.45
Calls
2
CString
Class · 0.50
SetWindowText
Method · 0.45
Tested by
no test coverage detected