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

Method do_dialog

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

Source from the content-addressed store, hash-verified

909}
910
911UINT SettingsDialog::do_dialog() {
912 if (!isCreated()) {
913 create(IDD_SETTINGS);
914 goToCenter();
915 } else {
916 goToCenter();
917 update_controls();
918 }
919
920 display();
921 return 1u;
922}

Callers 1

run_dlg_procMethod · 0.45

Calls 1

createFunction · 0.85

Tested by

no test coverage detected