MCPcopy 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
37void ComboBoxControl::SetText(const std::string& text)
38{
39 m_cb->SetWindowText(CString(text.c_str()));
40}
41
42bool ComboBoxControl::GetSelection(int& index) const
43{

Callers 1

InitInstanceMethod · 0.45

Calls 2

CStringClass · 0.50
SetWindowTextMethod · 0.45

Tested by

no test coverage detected