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

Method refresh

src/ui/DownloadDictionariesDialog.cpp:963–967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961}
962
963void DownloadDictionariesDialog::refresh() {
964 indicate_that_saving_might_be_needed();
965 on_display_action();
966 KillTimer(_hSelf, refresh_timer_id);
967}
968
969void DownloadDictionariesDialog::update_controls() {
970 Button_SetCheck(m_h_show_only_known, m_settings.data.download_show_only_recognized_dictionaries ? BST_CHECKED : BST_UNCHECKED);

Callers 1

apply_choiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected