Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
int ComboBox::current_index() const { return ComboBox_GetCurSel(m_hwnd); }
57
58
std::wstring ComboBox::current_text() const {
59
auto length = ComboBox_GetTextLength(m_hwnd);
Callers
1
apply_settings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected