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

Method current_data

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

Source from the content-addressed store, hash-verified

63}
64
65int ComboBox::current_data() const { return static_cast<int>(ComboBox_GetItemData(m_hwnd, current_index())); }
66
67void ComboBox::set_current_index(int index) {
68 ComboBox_SetCurSel(m_hwnd, index);

Callers 6

apply_settingsMethod · 0.45
run_dlg_procMethod · 0.45
apply_choiceMethod · 0.45
disable_controlsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected