| 98 | } |
| 99 | |
| 100 | void CTableFileEdit::OnSelChangeTableEditNameList() { |
| 101 | // TODO: Add your control notification handler code here |
| 102 | int new_object_index; |
| 103 | |
| 104 | m_PageList.SaveSelected(&m_DescriptionBox); |
| 105 | new_object_index = m_NameList.GetCurSel(); |
| 106 | m_PageList.SelectNode(new_object_index); |
| 107 | m_PageList.DisplaySelected(&m_NameList, &m_DescriptionBox); |
| 108 | } |
| 109 | |
| 110 | void CTableFileEdit::OnTableEditBtnNext() { |
| 111 | // TODO: Add your control notification handler code here |
nothing calls this directly
no test coverage detected