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

Method init_settings

src/ui/SettingsDialog.cpp:801–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799}
800
801void SimpleSettingsTab::init_settings(HINSTANCE h_inst, HWND parent) { return Window::init(h_inst, parent); }
802
803void SimpleSettingsTab::update_controls(const Settings &settings, const SpellerContainer &speller_container) {
804 m_speller_cmb.set_current(settings.data.active_speller_lib_id);

Callers 1

run_dlg_procMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected