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

Method init

src/ui/AboutDialog.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void AboutDialog::init(HINSTANCE h_inst, HWND parent) {
80 return Window::init(h_inst, parent);
81}
82
83INT_PTR AboutDialog::run_dlg_proc(UINT message, WPARAM w_param, LPARAM l_param) {
84 switch (message) {

Callers 5

init_classesFunction · 0.45
run_dlg_procMethod · 0.45
run_dlg_procMethod · 0.45
run_dlg_procMethod · 0.45
get_controlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected