| 774 | } |
| 775 | |
| 776 | LRESULT CMainFrame::OnCloseTab(NMHDR* pnmh) |
| 777 | { |
| 778 | auto& nmhdr = *reinterpret_cast<NMCTCITEM*>(pnmh); |
| 779 | CloseView(nmhdr.iItem); |
| 780 | return 0; |
| 781 | } |
| 782 | |
| 783 | LRESULT CMainFrame::OnDeleteTab(NMHDR* pnmh) |
| 784 | { |
nothing calls this directly
no outgoing calls
no test coverage detected