MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / current_index

Method current_index

src/common/WinApiControls.cpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56int ComboBox::current_index() const { return ComboBox_GetCurSel(m_hwnd); }
57
58std::wstring ComboBox::current_text() const {
59 auto length = ComboBox_GetTextLength(m_hwnd);

Callers 1

apply_settingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected