MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnClose

Method OnClose

editor/TableFileEdit.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void CTableFileEdit::OnClose() {
178 // TODO: Add your message handler code here and/or call default
179 if (m_PageList.ModifiedPrompt(this) == IDYES)
180 CDialog::OnClose();
181}
182
183void CTableFileEdit::OnChangeTableEditDescriptionEdit() {
184 // TODO: If this is a RICHEDIT control, the control will not

Callers

nothing calls this directly

Calls 1

ModifiedPromptMethod · 0.45

Tested by

no test coverage detected