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

Method OnBtnRemovePage

editor/TableFileFilter.cpp:322–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void TableFileFilter::OnBtnRemovePage() {
323 // TODO: Add your control notification handler code here
324 m_PageList.RemoveSelFromListCtrl();
325
326 m_PageList.SetTitleString();
327}

Callers

nothing calls this directly

Calls 2

RemoveSelFromListCtrlMethod · 0.80
SetTitleStringMethod · 0.45

Tested by

no test coverage detected